فهرست منبع

Merge branch 'master' of https://github.com/ocornut/imgui

ocornut 10 سال پیش
والد
کامیت
f38cca09cf
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      imgui.cpp

+ 0 - 1
imgui.cpp

@@ -9791,7 +9791,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;