Mercurial > mm7
changeset 2434:1eb352f7319a
* Fixed double release of movie in transition screens
author | a.parshin |
---|---|
date | Wed, 23 Jul 2014 22:09:27 +0300 |
parents | 99e7bd7ec0a2 |
children | f1d8eba1a9aa |
files | GUIWindow.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/GUIWindow.cpp Wed Jul 23 21:38:34 2014 +0300 +++ b/GUIWindow.cpp Wed Jul 23 22:09:27 2014 +0300 @@ -294,7 +294,7 @@ } case WINDOW_Transition: { - pVideoPlayer->Unload(); + //pVideoPlayer->Unload(); pTexture_outside->Release(); pTexture_Dialogue_Background->Release(); pIcons_LOD->SyncLoadedFilesCount();