1
0
mirror of synced 2025-02-17 19:09:25 +01:00

Fix (?) global offset for positive offset charts

This commit is contained in:
0aubsq 2022-01-30 22:35:14 +01:00
parent cdd23d15d2
commit 9e3248e6d2
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -5001,7 +5001,7 @@ namespace TJAPlayer3
//tbOFFSET.Text = strCommandParam;
// Substract global offset
this.nOFFSET -= TJAPlayer3.ConfigIni.nGlobalOffsetMs;
this.nOFFSET += ((this.bOFFSETの値がマイナスである == true) ? -TJAPlayer3.ConfigIni.nGlobalOffsetMs : TJAPlayer3.ConfigIni.nGlobalOffsetMs);
}
else if (strCommandName.Equals("MOVIEOFFSET"))
{