Should fix issue #497 with the broken freezing the game.

This commit is contained in:
xawotihs
2014-01-18 22:50:16 +01:00
parent 6e6a0fd5c2
commit 30d92eb68c
2 changed files with 4 additions and 3 deletions

View File

@@ -5704,7 +5704,8 @@ void ATutorialMessage::Update(float dt)
mElapsed += dt;
IconButtonsController::Update(dt);
if(!mUserCloseRequest)
IconButtonsController::Update(dt);
if (mIsImage)
return;