mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
disable Play_RenderFPS
This commit is contained in:
parent
38b68da796
commit
41e61c704e
@ -23,6 +23,7 @@ static void CalculateFrameTimeFromOSTime(OSTime diff) {
|
||||
}
|
||||
|
||||
static void Play_RenderFps(void) {
|
||||
return;
|
||||
// Toggle rendering framerate with the L button.
|
||||
if ((gControllerPress[gMainController].button & L_TRIG) &&
|
||||
!(~gControllerHold[gMainController].button & (Z_TRIG | R_TRIG))) {
|
||||
|
Loading…
Reference in New Issue
Block a user