mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-21 18:21:46 +00:00
fix timescale option not actually doing anything
This commit is contained in:
parent
72b8952e8a
commit
15c32d6f17
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ class RewindManager {
|
|||
|
||||
public function new(level:MarbleWorld) {
|
||||
this.level = level;
|
||||
this.timeScale = Settings.optionsSettings.rewindTimescale;
|
||||
}
|
||||
|
||||
public function recordFrame() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue