diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-19 09:51:01 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-19 09:51:01 +0200 |
| commit | 66caf4cc49c06dc609aef50f7f1f235600d7879d (patch) | |
| tree | 7864f87f047be0732ac7053aa852ee8c3f6d1b3d | |
| parent | 76dc5c07995d32d603be96e7df3abea2e43e1ea8 (diff) | |
reformat
| -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; |
