This commit is contained in:
_Bastler
2021-05-17 12:50:15 +02:00
parent 9c392856eb
commit aac5676765
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1241,7 +1241,7 @@ ${escapedMessage}
* @param delta The delta time in ms since the last frame. This is a smoothed and capped value based on the FPS rate.
*/
update(time: number, delta: number) : void {
this.dirty = false;
this.dirty = true;
mediaManager.updateScene();
this.currentTick = time;
if (this.CurrentPlayer.isMoving()) {