Add start offset settings.
This commit is contained in:
@@ -483,8 +483,9 @@ namespace Cryville.Crtr {
|
||||
Game.MainLogger.Enumerate((level, module, msg) => { });
|
||||
logs.text = "";
|
||||
}
|
||||
Game.AudioSequencer.SeekTime(startOffset, SeekOrigin.Current);
|
||||
Game.AudioSequencer.Playing = true;
|
||||
atime0 = Game.AudioClient.BufferPosition;
|
||||
atime0 = Game.AudioClient.BufferPosition - startOffset;
|
||||
inputProxy.SyncTime(cbus.Time);
|
||||
started = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user