Skip to content

Commit 7131af0

Browse files
committed
Update Dear Imgui submodule to v1.192.2b
1 parent a1862fe commit 7131af0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/gui/ProjectMGUI.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ void ProjectMGUI::UpdateFontSize()
9797
_uiFont = io.Fonts->AddFontFromMemoryCompressedTTF(&AnonymousPro_compressed_data, AnonymousPro_compressed_size, floor(24.0f * _textScalingFactor));
9898
_toastFont = io.Fonts->AddFontFromMemoryCompressedTTF(&LiberationSans_compressed_data, LiberationSans_compressed_size, floor(40.0f * _textScalingFactor));
9999
io.Fonts->Build();
100-
ImGui_ImplOpenGL3_CreateFontsTexture();
101100

102101
ImGui::GetStyle().ScaleAllSizes(1.0);
103102
}

vendor/imgui

Submodule imgui updated 157 files

0 commit comments

Comments
 (0)