Add easing to task list and fix a bug where

opening the task list a second time was not possible
This commit is contained in:
Tobias Loose
2013-12-09 16:50:51 +01:00
parent 7528329a58
commit 5d6557a49f
3 changed files with 30 additions and 17 deletions
+1 -1
View File
@@ -496,7 +496,7 @@ void GameStateShop::Update(float dt)
}
break;
case STAGE_SHOP_TASKS:
if (menu)
if (menu && !menu->isClosed())
{
menu->Update(dt);
return;