Skip to content

Commit

Permalink
super important (#321)
Browse files Browse the repository at this point in the history
the game would be broken without this, thank you   - @CharlesCatYT 19/06/2024
  • Loading branch information
usb-port-2 authored Jun 18, 2024
1 parent 6715e2b commit 5a5a25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/backend/system/Conductor.hx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class Conductor
// update conductor
songPosition = lastSongPos;
} else {
songPosition = songPosition + songOffset + elapsed * 1000;
songPosition += songOffset + elapsed * 1000;
}
}

Expand Down

0 comments on commit 5a5a25a

Please sign in to comment.