Skip to content

Commit a153dc4

Browse files
committed
Update Song.hx
1 parent bd34960 commit a153dc4

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
@@ -140,7 +140,7 @@ class Song
140140

141141
if (songJson.startMania == null)
142142
{
143-
songJson.startMania = Note.defaultMania;
143+
songJson.startMania = songJson.mania;
144144
//trace("Song mania value is NULL, set to " + Note.defaultMania);
145145
}
146146

0 commit comments

Comments
 (0)