Description:
Undo temporary change I had in for testing.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r37:45e75d4b0607 -

1 NO CONTENT: modified file, binary diff hidden
@@ -801,7 +801,7
801 801
802 802 if (showInitial)
803 803 {
804 //ImGui.PushFont(debugWindow.monoFont);
804 ImGui.PushFont(debugWindow.monoFont);
805 805
806 806 ImGui.PushStyleVar(ImGuiStyleVar.FrameRounding, 0.0f);
807 807 ImGui.PushStyleVar(ImGuiStyleVar.WindowRounding, 0.0f);
@@ -851,7 +851,7
851 851 ImGui.End();
852 852 ImGui.PopStyleVar(3);
853 853 ImGui.PopStyleColor(8);
854 //ImGui.PopFont();
854 ImGui.PopFont();
855 855 }
856 856
857 857 _imGuiRenderer.AfterLayout();
You need to be logged in to leave comments. Login now