All Judgements have a TapNoteScore. Only holds have a HoldNoteScore. This _should_ fix both TNS and HNS judging when the hold finishes. I am having a hard time telling though.
This commit is contained in:
@@ -31,7 +31,7 @@ local t = Def.ActorFrame {
|
|||||||
|
|
||||||
JudgmentMessageCommand=function(self, param)
|
JudgmentMessageCommand=function(self, param)
|
||||||
if param.Player ~= player then return end;
|
if param.Player ~= player then return end;
|
||||||
if not param.TapNoteScore then return end;
|
if param.HoldNoteScore then return end;
|
||||||
|
|
||||||
local iNumStates = c.Judgment:GetNumStates();
|
local iNumStates = c.Judgment:GetNumStates();
|
||||||
local iFrame = TNSFrames[param.TapNoteScore];
|
local iFrame = TNSFrames[param.TapNoteScore];
|
||||||
|
|||||||
Reference in New Issue
Block a user