forked from akanyan/mu3-mods
fix(SkipCutscenes): revert full postgame skip
This commit is contained in:
@ -139,9 +139,7 @@ class patch_PlayMusic: PlayMusic {
|
||||
var playerPos = control._playPosition;
|
||||
var rollingStartFrame = ntMgr.getCurrentFrame();
|
||||
var rollingStartTime = CustomDateTime.Now;
|
||||
var rollDuration = TimeSpan.FromSeconds(
|
||||
Math.Max(0.5, Math.Sqrt(Math.Abs(rollingStartFrame - TargetFrame) * 16.6666667) / 300.0)
|
||||
);
|
||||
var rollDuration = TimeSpan.FromSeconds(0.5);
|
||||
|
||||
while(_isRolling) {
|
||||
TimeSpan timeSpan = CustomDateTime.Now - rollingStartTime;
|
||||
|
Reference in New Issue
Block a user