summaryrefslogtreecommitdiff
path: root/tangle/util
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-06-14 00:06:52 +0200
committerAdrian Kummerlaender2021-06-14 00:06:52 +0200
commit74ec92324ed32a08c9117ab437e5c10845f85081 (patch)
tree7ddae006dceb5d9bd7d04b5cd3d905f39b5aa8d2 /tangle/util
parentad2f632fb355c9bc91246552d97c7c1a4304ec99 (diff)
downloadLiterateLB-74ec92324ed32a08c9117ab437e5c10845f85081.tar
LiterateLB-74ec92324ed32a08c9117ab437e5c10845f85081.tar.gz
LiterateLB-74ec92324ed32a08c9117ab437e5c10845f85081.tar.bz2
LiterateLB-74ec92324ed32a08c9117ab437e5c10845f85081.tar.lz
LiterateLB-74ec92324ed32a08c9117ab437e5c10845f85081.tar.xz
LiterateLB-74ec92324ed32a08c9117ab437e5c10845f85081.tar.zst
LiterateLB-74ec92324ed32a08c9117ab437e5c10845f85081.zip
Add basic how to / literate programming section
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");