diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-17 08:16:03 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-17 08:16:03 +0100 |
| commit | 64f977f6fbedf75d5edbc3963e002b593c8428d8 (patch) | |
| tree | ef711b63d34b5c3f5ecc93d46a0a3ab0b6d26a6f /src/app/test_demo.cc | |
| parent | 8c9332c16b44270921eb1b6a2886717eb3435d5d (diff) | |
style: Apply clang-format
Diffstat (limited to 'src/app/test_demo.cc')
| -rw-r--r-- | src/app/test_demo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/test_demo.cc b/src/app/test_demo.cc index 6031aef..afeb3bd 100644 --- a/src/app/test_demo.cc +++ b/src/app/test_demo.cc @@ -309,7 +309,7 @@ int main(int argc, char** argv) { // Draw graphics using v2 timeline const float graphics_frame_time = (float)current_physical_time; RenderTimeline(gpu_get_surface(), graphics_frame_time, width, height, - absolute_beat_time, visual_peak); + absolute_beat_time, visual_peak); } // Shutdown |
