Skip to content

Commit

Permalink
Fixed ScratchHoldEnd
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleYang0531 committed Jan 14, 2024
1 parent 19ca337 commit 871e273
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified dist/EngineData
Binary file not shown.
2 changes: 1 addition & 1 deletion engine/play/holdNotes/ScratchHoldEnd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class SiriusScratchHoldEnd: public Archetype {

SonolusApi preprocess() {
FUNCBEGIN
IF (mirror) lane = 14 - lane - laneLength; FI
IF (mirror) lane = 14 - lane - laneLength; scratchLength = -1 * scratchLength; FI
enLane = lane + laneLength - 1;
inputTimeMin = beat - judgment.bad + RuntimeEnvironment.get(3);
inputTimeMax = beat + judgment.bad + RuntimeEnvironment.get(3);
Expand Down
Binary file modified main
Binary file not shown.

0 comments on commit 871e273

Please sign in to comment.