feat: remove frame limit from MontaukOS login screen
This commit is contained in:
@@ -815,8 +815,5 @@ extern "C" void _start() {
|
|||||||
|
|
||||||
// Draw
|
// Draw
|
||||||
draw_login_screen(ls);
|
draw_login_screen(ls);
|
||||||
|
|
||||||
// ~30fps (login doesn't need 60)
|
|
||||||
montauk::sleep_ms(33);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user