I don't care if its too late or not
This commit is contained in:
parent
880c51ac3c
commit
c7ca061872
@ -3941,7 +3941,7 @@ class PlayState extends MusicBeatState
|
||||
notes.forEachAlive(function(daNote:Note)
|
||||
{
|
||||
daNote.rating = Ratings.CalculateRating(-(daNote.strumTime - Conductor.songPosition), Math.floor((PlayStateChangeables.safeFrames / 60) * 1000));
|
||||
if (daNote.canBeHit && !daNote.tooLate && daNote.mustPress && daNote.rating == "sick")
|
||||
if (daNote.mustPress && daNote.rating == "sick")
|
||||
{
|
||||
// Force good note hit regardless if it's too late to hit it or not as a fail safe
|
||||
if (loadRep)
|
||||
|
Loading…
x
Reference in New Issue
Block a user