Skip to content

Commit

Permalink
mistype
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian6330 committed May 16, 2019
1 parent 6ea3c28 commit 8f4dd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Game/GameScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ bool GameScene::init() {

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

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

0 comments on commit 8f4dd8a

Please sign in to comment.