Merge branch 'main' of https://github.com/0auBSQ/OpenTaiko
This commit is contained in:
commit
57674c2770
@ -171,7 +171,7 @@ internal class CActCalibrationMode : CActivity {
|
||||
return 0;
|
||||
}
|
||||
public int CurrentOffset() {
|
||||
return CalibrateTick.CurrentValue > 250 ? CalibrateTick.CurrentValue - 500 : CalibrateTick.CurrentValue;
|
||||
return -(CalibrateTick.CurrentValue > 250 ? CalibrateTick.CurrentValue - 500 : CalibrateTick.CurrentValue);
|
||||
}
|
||||
|
||||
private void UpdateText() {
|
||||
|
Loading…
Reference in New Issue
Block a user