Skip to content

Commit d0c757f

Browse files
committed
oops
1 parent aa86e86 commit d0c757f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert_osu!_to_DC.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function handle_first_number($num) {
9393
}
9494
}
9595
function handle_third_number($num) {
96-
write_to_line(1, strval($num + $AudioLeadIn));
96+
write_to_line(1, strval($num + intval($AudioLeadIn)));
9797
}
9898
function handle_fourth_and_fifth_number($third_num,$fourth_num,$sixth_num) {
9999
if (($fourth_num == 128)) {

0 commit comments

Comments
 (0)