From d5b42fa2423806f67f5835cf383ae39e6792dcdf Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Wed, 15 Jan 2025 01:01:16 +0300 Subject: [PATCH] add a todo --- src/twn_loop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/twn_loop.c b/src/twn_loop.c index 83960a0..62d7da0 100644 --- a/src/twn_loop.c +++ b/src/twn_loop.c @@ -222,6 +222,7 @@ static void main_loop(void) { CRY_SDL("Error queueing audio: "); #endif + /* TODO: ctx.game_copy = ctx.game should be placed after it, but it messes with state used in render() */ preserve_persistent_ctx_fields(); ctx.frame_accumulator -= ctx.desired_frametime;