Skip to content

Commit 6149882

Browse files
authored
Fix a naming error.
1 parent ff0effb commit 6149882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

games/Dance Dance Engine!.js games/Dance_Dance_Engine!.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,4 +432,4 @@ function executeMusicCodeStep() {
432432

433433
setTimeout(() => {
434434
executeMusicCodeStep();
435-
}, 0);
435+
}, 0);

0 commit comments

Comments
 (0)