small refactoring

This commit is contained in:
2025-09-19 14:51:13 +02:00
parent 4cc2b08e6e
commit ca38997fdc
5 changed files with 4 additions and 3 deletions
+1
View File
@@ -74,6 +74,7 @@ static void loop(Window *window, ShaderProgram program, bool hr,
context = window_get_context(window);
context.fps = compute_fps(window, timer);
context.tempo = 120.0f; // TODO need tempo here
shaders_apply(program, context);