zy-acs-flow/src/map/player.js
@@ -239,7 +239,7 @@ const newRotation = this.mapContainer.rotation + rotationIncrement; new TWEEDLE.Tween(this.mapContainer) .to({ rotation: newRotation }, 300) .to({ rotation: newRotation }, 200) .easing(TWEEDLE.Easing.Quadratic.Out) .start(); }