mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Remove useless logical window size changes
This commit is contained in:
parent
0a4515af82
commit
b309f4d37f
@ -126,10 +126,7 @@ void CMovie::playMovie()
|
|||||||
|
|
||||||
// play/pause the AVI movie
|
// play/pause the AVI movie
|
||||||
if (m_fPlaying)
|
if (m_fPlaying)
|
||||||
{
|
|
||||||
SDL_RenderSetLogicalSize (g_renderer, pinfo->video.width, pinfo->video.height);
|
|
||||||
Kit_PlayerPlay (m_player);
|
Kit_PlayerPlay (m_player);
|
||||||
}
|
|
||||||
else
|
else
|
||||||
Kit_PlayerPause (m_player);
|
Kit_PlayerPause (m_player);
|
||||||
}
|
}
|
||||||
@ -208,7 +205,6 @@ void CMovie::Stop()
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
fileCloseMovie();
|
fileCloseMovie();
|
||||||
SDL_RenderSetLogicalSize (g_renderer, LXIMAGE, LYIMAGE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CMovie::Pause()
|
void CMovie::Pause()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user