Skip to content

Commit

Permalink
oopss
Browse files Browse the repository at this point in the history
  • Loading branch information
Snirozu committed Nov 18, 2024
1 parent d5fc2ee commit 01dc8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/online/replay/ReplayRecorder.hx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class ReplayRecorder extends FlxBasic {
data.goods = state.songGoods;
data.bads = state.songBads;
data.shits = state.songShits;
data.points = FunkinPoints.calcFP(state.ratingPercent, state.songMisses, state.songDensity, state.totalNotesHit, state.combo);
data.points = FunkinPoints.calcFP(state.ratingPercent, state.songMisses, state.songDensity, state.totalNotesHit, state.maxCombo);
data.beat_time = Date.now().getTime();
data.note_offset = ClientPrefs.data.noteOffset;

Expand Down

0 comments on commit 01dc8ab

Please sign in to comment.