forked from jaildesigner-jailgames/jaildoctors_dilemma
Arreglado tamaño de las notificaciones en pantalla completa
This commit is contained in:
@@ -370,6 +370,11 @@ void Screen::renderNotifications()
|
||||
SDL_RenderSetLogicalSize(renderer, (windowWidth * 3) / 2, (windowHeight * 3) / 2);
|
||||
}
|
||||
|
||||
if (options->videoMode == SDL_WINDOW_FULLSCREEN_DESKTOP)
|
||||
{
|
||||
SDL_RenderSetLogicalSize(renderer, windowWidth / 3, windowHeight / 3);
|
||||
}
|
||||
|
||||
notify->render();
|
||||
SDL_RenderSetLogicalSize(renderer, windowWidth, windowHeight);
|
||||
}
|
||||
Reference in New Issue
Block a user