1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix the SetWindowSize method (it was not working)

This commit is contained in:
Mathieu Schroeter 2017-09-20 06:47:04 +02:00
parent 4ccd99fa04
commit 3b7feff7a8

View File

@ -1680,8 +1680,8 @@ CEvent::SetWindowSize (Uint8 newScale)
if (newScale == m_WindowScale)
return;
auto scale = m_WindowScale;
m_WindowScale = scale;
auto scale = m_WindowScale;
m_WindowScale = newScale;
switch (newScale)
{
case 1: