This commit is contained in:
_Bastler
2021-05-18 07:58:47 +02:00
parent bfb6b118cd
commit 777987600f
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1256,7 +1256,7 @@ export class GameScene extends DirtyScene implements CenterListener {
* @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 = true;
this.dirty = false;
mediaManager.updateScene();
this.currentTick = time;
if (this.CurrentPlayer.isMoving()) {