From f9e6495c750dd8c3382fdce1f8a2cb67fece5a37 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 7 Mar 2018 14:10:02 +0100 Subject: [PATCH] Update: CC - SnailRunner - Before Render (rlley2ki2i.js) 2 bytes modified --- rlley2ki2i.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rlley2ki2i.js b/rlley2ki2i.js index 1456ca4..fb64a87 100644 --- a/rlley2ki2i.js +++ b/rlley2ki2i.js @@ -9,7 +9,7 @@ if (!this.initialized) { this.initialized = true; } -this.road.rotation.z += 0.00001 * data.delta; +this.road.rotation.z += 0.001 * data.delta; this.road.updateInstance('rotation'); //@ sourceURL=beforeRender.js \ No newline at end of file