eliminat renderInfo de ResourceCache::init
This commit is contained in:
@@ -529,7 +529,10 @@ void Screen::hide() { SDL_HideWindow(window_); }
|
||||
void Screen::setNotificationsEnabled(bool value) { notifications_enabled_ = value; }
|
||||
|
||||
// Activa / desactiva el contador de FPS
|
||||
void Screen::toggleFPS() { show_fps_ = !show_fps_; }
|
||||
void Screen::toggleFPS() {
|
||||
show_fps_ = !show_fps_;
|
||||
if (show_fps_) { updateZoomFactor(); }
|
||||
}
|
||||
|
||||
// Alterna entre activar y desactivar el escalado entero
|
||||
void Screen::toggleIntegerScale() {
|
||||
|
||||
Reference in New Issue
Block a user