mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-08 14:46:09 -04:00
disable Play_RenderFPS
This commit is contained in:
@@ -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))) {
|
||||
|
||||
Reference in New Issue
Block a user