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