mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed build.
This commit is contained in:
@@ -1124,8 +1124,6 @@ int _main_(int _argc, char** _argv)
|
||||
|
||||
if (ImGui::BeginPopupModal("About", &view.m_about, ImGuiWindowFlags_AlwaysAutoResize) )
|
||||
{
|
||||
ImGui::SetWindowFontScale(1.0f);
|
||||
|
||||
ImGui::Text(
|
||||
"geometryv, bgfx geometry viewer tool " ICON_KI_WRENCH ", version %d.%d.%d.\n"
|
||||
"Copyright 2019-2019 Attila Kocsis. All rights reserved.\n"
|
||||
@@ -1149,8 +1147,6 @@ int _main_(int _argc, char** _argv)
|
||||
|
||||
if (ImGui::BeginPopupModal("Help", &view.m_help, ImGuiWindowFlags_AlwaysAutoResize) )
|
||||
{
|
||||
ImGui::SetWindowFontScale(1.0f);
|
||||
|
||||
ImGui::Text("Key bindings:\n\n");
|
||||
|
||||
ImGui::PushFont(ImGui::Font::Mono);
|
||||
|
||||
@@ -1963,8 +1963,6 @@ int _main_(int _argc, char** _argv)
|
||||
|
||||
if (ImGui::BeginPopupModal("About", &view.m_about, ImGuiWindowFlags_AlwaysAutoResize) )
|
||||
{
|
||||
ImGui::SetWindowFontScale(1.0f);
|
||||
|
||||
ImGui::Text(
|
||||
"texturev, bgfx texture viewer tool " ICON_KI_WRENCH ", version %d.%d.%d.\n"
|
||||
"Copyright 2011-2025 Branimir Karadzic. All rights reserved.\n"
|
||||
@@ -1988,8 +1986,6 @@ int _main_(int _argc, char** _argv)
|
||||
|
||||
if (ImGui::BeginPopupModal("Help", &view.m_help, ImGuiWindowFlags_AlwaysAutoResize) )
|
||||
{
|
||||
ImGui::SetWindowFontScale(1.0f);
|
||||
|
||||
ImGui::Text("Key bindings:\n\n");
|
||||
|
||||
ImGui::PushFont(ImGui::Font::Mono);
|
||||
|
||||
Reference in New Issue
Block a user