Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gosu00 committed Apr 23, 2024
1 parent 7b010b8 commit 00cbb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project II/Game/Source/SceneMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ bool SceneMenu::Update(float dt)
fxClickPlayed = true;
}

app->fade->Fade(this, (Module*)app->sceneTemple, 60.0f);
app->fade->Fade(this, (Module*)app->sceneVillage, 60.0f);

}
else if (loadGameButton->state == GuiControlState::FOCUSED)
Expand Down

0 comments on commit 00cbb9b

Please sign in to comment.