Skip to content

Commit 3e7395e

Browse files
committed
Fix funky sustains
1 parent c145d3a commit 3e7395e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

com/clubpenguin/games/dancing/Note.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
parentMovie = parentMovieClip;
1212
noteType = int(type);
1313
noteTime = time;
14-
noteDuration = duration;
14+
noteDuration = parseFloat(duration);
1515
sentToServer = false;
1616
autoReleased = false;
1717
var _loc3 = parentMovie[com.clubpenguin.games.dancing.Note.START_MOVIECLIP]._y - parentMovie[com.clubpenguin.games.dancing.Note.TARGET_MOVIECLIP]._y;

dance.swf

19 Bytes
Binary file not shown.

~dance.swf

19 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)