summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/draw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/draw.cpp b/main/draw.cpp
index d633db73..439899b6 100644
--- a/main/draw.cpp
+++ b/main/draw.cpp
@@ -25,7 +25,7 @@ void app::drawEvent()
}
{
- const float dt = std::clamp(timeline.previousFrameDuration(), 1e-3f, 1e-1f);
+ const float dt = std::clamp(timeline.previousFrameDuration(), 1e-6f, 1e-1f);
update(dt);
}