Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
re-enable gui rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
EtheraelEspeon committed Jan 24, 2024
1 parent 14136b1 commit f5153bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Rendering/Gui/GuiRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public override void Render(double delta) {
CommandList.SetVertexBuffer(0, GuiVertices);
CommandList.SetIndexBuffer(RenderSystem.CommonIndexBuffer, IndexFormat.UInt32);

//CommandList.DrawIndexed(GuiCanvas.QuadCount * 6);
CommandList.DrawIndexed(GuiCanvas.QuadCount * 6);

}
public override void Dispose() {}
Expand Down

0 comments on commit f5153bd

Please sign in to comment.