forked from jaildesigner-jailgames/jaildoctors_dilemma
afegit comptador de frames per segon
This commit is contained in:
@@ -114,5 +114,10 @@ namespace globalInputs
|
||||
Screen::get()->setVideoMode(options.video.mode);
|
||||
Notifier::get()->show({"INTEGER SCALE " + std::string(options.video.integer_scale ? "ENABLED" : "DISABLED")}, NotificationText::CENTER);
|
||||
}
|
||||
|
||||
else if (Input::get()->checkInput(InputAction::SHOW_DEBUG_INFO, INPUT_DO_NOT_ALLOW_REPEAT))
|
||||
{
|
||||
Screen::get()->toggleDebugInfo();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user