diff options
Diffstat (limited to 'src/gpu/headless_gpu.cc')
| -rw-r--r-- | src/gpu/headless_gpu.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/headless_gpu.cc b/src/gpu/headless_gpu.cc index 1eedc66..f204a78 100644 --- a/src/gpu/headless_gpu.cc +++ b/src/gpu/headless_gpu.cc @@ -47,8 +47,8 @@ void gpu_init(PlatformState* platform_state) { } } -void gpu_draw(float audio_peak, float aspect_ratio, float time, - float beat_time, float beat_phase) { +void gpu_draw(float audio_peak, float aspect_ratio, float time, float beat_time, + float beat_phase) { (void)audio_peak; (void)aspect_ratio; (void)time; |
