forked from jaildesigner-jailgames/jaildoctors_dilemma
Trabajando en las notificaciones
This commit is contained in:
@@ -364,7 +364,9 @@ void Screen::renderNotifications()
|
||||
return;
|
||||
}
|
||||
|
||||
SDL_RenderSetLogicalSize(renderer, windowWidth * 2, windowHeight * 2);
|
||||
// SDL_RenderSetLogicalSize(renderer, windowWidth * 2, windowHeight * 2);
|
||||
const int mult = 1 + ((options->windowSize - 1) / 2);
|
||||
SDL_RenderSetLogicalSize(renderer, windowWidth * mult, windowHeight * mult);
|
||||
notify->render();
|
||||
SDL_RenderSetLogicalSize(renderer, windowWidth, windowHeight);
|
||||
}
|
||||
Reference in New Issue
Block a user