Skip to content

Commit bd34960

Browse files
committed
Update Song.hx
1 parent 4aee6d1 commit bd34960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/backend/Song.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class Song
119119
}
120120
if (songJson.startMania == null)
121121
{
122-
songJson.startMania = Note.defaultMania;
122+
songJson.startMania = songJson.mania;
123123
//trace("Song mania value is NULL, set to " + Note.defaultMania);
124124
}
125125
}

0 commit comments

Comments
 (0)