mirror of
https://github.com/ocornut/imgui.git
synced 2025-09-07 20:08:24 +00:00
Fix compilation errors when disabling test windows.
This commit is contained in:
@@ -2459,7 +2459,7 @@ static void ShowExampleAppLongText(bool* p_open)
|
|||||||
#else
|
#else
|
||||||
|
|
||||||
void ImGui::ShowTestWindow(bool*) {}
|
void ImGui::ShowTestWindow(bool*) {}
|
||||||
void ImGui::ShowUserGuide(bool*) {}
|
void ImGui::ShowUserGuide() {}
|
||||||
void ImGui::ShowStyleEditor(bool*) {}
|
void ImGui::ShowStyleEditor(ImGuiStyle*) {}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user