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:
parent
4ccd99fa04
commit
3b7feff7a8
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user