Optimizando la intro

This commit is contained in:
2022-11-30 08:26:16 +01:00
parent 3817a01712
commit 2caea7ba6e
4 changed files with 36 additions and 6 deletions

View File

@@ -377,9 +377,9 @@ void Screen::renderNotifications()
return;
}
SDL_RenderSetLogicalSize(renderer, notificationLogicalWidth, notificationLogicalHeight);
//SDL_RenderSetLogicalSize(renderer, notificationLogicalWidth, notificationLogicalHeight);
notify->render();
SDL_RenderSetLogicalSize(renderer, windowWidth, windowHeight);
//SDL_RenderSetLogicalSize(renderer, windowWidth, windowHeight);
}
// Establece el tamaño de las notificaciones