fix timescale option not actually doing anything

This commit is contained in:
RandomityGuy 2023-05-26 23:17:32 +05:30
parent 72b8952e8a
commit 15c32d6f17

View file

@ -16,6 +16,7 @@ class RewindManager {
public function new(level:MarbleWorld) {
this.level = level;
this.timeScale = Settings.optionsSettings.rewindTimescale;
}
public function recordFrame() {