add a todo

This commit is contained in:
veclavtalica 2025-01-15 01:01:16 +03:00
parent 851ab80292
commit d5b42fa242

View File

@ -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;