Skip to content

Commit

Permalink
Fix initialization with pre-configured map
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermelhr committed Nov 29, 2020
1 parent 9cb947c commit 970b17a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Assets/Scripts/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ private void Awake() {
}

void Start() {
MapRenderer.SoundsMixerGroup = soundsMixerGroup;
MapRenderer.WorldLight = worldLight;

LoadConfigs();
LoadGrf();
BuildMapSelector();

MapRenderer.SoundsMixerGroup = soundsMixerGroup;
MapRenderer.WorldLight = worldLight;
}

private void BuildMapSelector() {
Expand Down

0 comments on commit 970b17a

Please sign in to comment.