summaryrefslogtreecommitdiff
path: root/tangle/util
diff options
context:
space:
mode:
Diffstat (limited to 'tangle/util')
-rw-r--r--tangle/util/volumetric_example.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tangle/util/volumetric_example.h b/tangle/util/volumetric_example.h
index cc6a24e..da5e4c4 100644
--- a/tangle/util/volumetric_example.h
+++ b/tangle/util/volumetric_example.h
@@ -75,7 +75,7 @@ void run(TIMESTEP step) {
ImGui::EndCombo();
}
_current->interact();
- ImGui::SliderInt("Timestep/s", &_steps_per_second, 1, 2000);
+ ImGui::SliderInt("Timestep/s", &_steps_per_second, 1, 1500);
ImGui::SliderInt("Samples/s", &_samples_per_second, 1, 60);
if (simulate) {
simulate = !ImGui::Button("Pause");