diff --git a/jz3qg0174l.js b/jz3qg0174l.js index 636d4a2..ab851cc 100644 --- a/jz3qg0174l.js +++ b/jz3qg0174l.js @@ -11,7 +11,7 @@ if (!this.initialized) { this.initialized = true; } -this.snail.position.z -= data.event.movementX * 0.01 * this.beforeRender.speed; +this.snail.position.z -= data.event.movementX * 0.01 * this.entityLoaded.speed; if (this.snail.position.z < -4.8) { this.snail.position.z = -4.8;