Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Commit

Permalink
Fix StartScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
PePoDev committed Mar 12, 2018
1 parent 8b0858f commit 624554b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Managers/ScreenManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum GameScreenName {
private _GameScreen CurrentGameScreen;

public ScreenManager() {
CurrentGameScreen = new MenuScreen();
CurrentGameScreen = new SplashScreen();
}
public void LoadScreen(GameScreenName _ScreenName) {
switch (_ScreenName) {
Expand Down

0 comments on commit 624554b

Please sign in to comment.