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

Cosmetic: fix style

This commit is contained in:
Mathieu Schroeter 2017-02-20 18:29:36 +01:00
parent f07c5c9543
commit f6334f8701

View File

@ -212,6 +212,7 @@ void CMovie::Stop()
{
if (!m_bEnable)
return;
fileCloseMovie();
SDL_RenderSetLogicalSize (g_renderer, LXIMAGE, LYIMAGE);
}