Skip to content

Commit

Permalink
tempfix for aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy authored Aug 23, 2023
1 parent 50dc71a commit 067a017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/sdlbase_video_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ SDLBaseVideoSystem::SDLBaseVideoSystem() :
if (SDL_GetDesktopDisplayMode(0, &mode) != 0)
{
log_warning << "Couldn't get desktop display mode: " << SDL_GetError() << std::endl;
m_desktop_size = g_config->window_size;
}
else
{
Expand Down

0 comments on commit 067a017

Please sign in to comment.