I might just as well go insane right now, just for you to be satisfied
This commit is contained in:
parent
e35e63f6e6
commit
28f5a0830a
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user