Skip to content

Commit

Permalink
remove unused line that caused signed apk to crash!
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian6330 committed May 16, 2019
1 parent 4304cc3 commit 6ea3c28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Classes/Game/GameScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ bool GameScene::init() {

if (SaveLoad::moneySaveExists()) {
SaveLoad::loadMoney();
}

StoryScene::getInstance()->init();
}I

//HUD Layer
_HUDLayer = HUDLayer::create();
Expand Down

0 comments on commit 6ea3c28

Please sign in to comment.