Fix (?) global offset for positive offset charts
This commit is contained in:
parent
cdd23d15d2
commit
9e3248e6d2
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
@ -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"))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user