Skip to content

Commit ee37716

Browse files
committed
Update Song.hx
1 parent ae0eba4 commit ee37716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/data/Song.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ class Song
613613
}
614614

615615
if (Main.showDebugTraces)
616-
trace('playSong', toPlay, difficulty);
616+
trace('loadSong', toPlay, difficulty);
617617

618618
#if USING_MOONCHART
619619
var SONG:Null<SwagSong> = null;

0 commit comments

Comments
 (0)