mirror of
https://github.com/Drezil/imgui.git
synced 2024-12-18 06:06:35 +00:00
fix unused variable warning by clang
This commit is contained in:
parent
200d3482dc
commit
2bb6e31520
@ -9786,7 +9786,6 @@ void ImGui::ShowTestWindow(bool* opened)
|
||||
|
||||
static float f1=1.123f;
|
||||
static float f2=0;
|
||||
static float f3=123456789.0f;
|
||||
ImGui::SliderFloat("slider float", &f1, 0.0f, 2.0f);
|
||||
ImGui::SliderFloat("slider log float", &f2, -10.0f, 10.0f, "%.4f", 3.0f);
|
||||
static float angle = 0.0f;
|
||||
|
Loading…
Reference in New Issue
Block a user