Update: CC - Before Render - Moorcow (qi81k80v08.js) 6 bytes modified

beta.r3js.org
-=yb4f310 2017-11-11 09:01:50 +01:00
parent aabccb5435
commit dd82e57fcd
1 changed files with 3 additions and 3 deletions

View File

@ -75,9 +75,9 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
var velocity = null;
var axisX = GameLib.Utils.GetRandomIntIncluse(1,10) * 0.1;
var axisY = GameLib.Utils.GetRandomIntIncluse(1,10) * 0.1;
var axisZ = GameLib.Utils.GetRandomIntIncluse(1,10) * 0.1;
var axisX = GameLib.Utils.GetRandomIntInclusive(1,10) * 0.1;
var axisY = GameLib.Utils.GetRandomIntInclusive(1,10) * 0.1;
var axisZ = GameLib.Utils.GetRandomIntInclusive(1,10) * 0.1;
var angle = GameLib.Utils.GetRandomIntIncluse(1,100) * 0.001;