I might just as well go insane right now, just for you to be satisfied

This commit is contained in:
Андреев Григорий 2026-04-08 01:47:00 +03:00
parent e35e63f6e6
commit 28f5a0830a

View File

@ -783,6 +783,7 @@ void after_awake_action(uint32_t time_diff) {
if (snake.i_require_redraw) {
draw_frame();
syscall(SYS_swap_frame, (uintptr_t)frame);
snake.i_require_redraw = false;
}
}