diff options
-rw-r--r-- | main/draw.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/draw.cpp b/main/draw.cpp index 4077da16..92fa8b9d 100644 --- a/main/draw.cpp +++ b/main/draw.cpp @@ -6,8 +6,8 @@ namespace floormat { -void app::drawEvent() { - +void app::drawEvent() +{ if (const float dt = timeline.previousFrameDuration(); dt > 0) { constexpr float RC = 0.5f; |