Added new demo, tweaked some values to produce better lighting

This commit is contained in:
MitchellHansen
2017-03-20 22:22:53 -07:00
parent 0d82cd5a20
commit 5e222a0331
5 changed files with 33 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ public:
arr_pos++;
ImGui::Begin("Performance");
ImGui::PlotLines("FPS", fps_array, 200, 0, std::to_string(1.0 / fps_average).c_str(), 0.0f, 150.0f, ImVec2(0, 80));
ImGui::PlotLines("FPS", fps_array, 200, 0, std::to_string(1.0 / fps_average).c_str(), 0.0f, 150.0f, ImVec2(200, 80));
ImGui::End();
}