From 9bf4a30a232b9008c741effe53263789101bd3f5 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Fri, 4 Mar 2016 10:57:06 -0800 Subject: [PATCH] fix typo in example script --- examples/tests/particleOrientationTest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tests/particleOrientationTest.js b/examples/tests/particleOrientationTest.js index 7fe670f4b7..97915c79e3 100644 --- a/examples/tests/particleOrientationTest.js +++ b/examples/tests/particleOrientationTest.js @@ -46,7 +46,7 @@ function emitter(jointName) { x:0, y: 0, z: 0, - w: Math.PI + w: 1 }, emitRadiusStart: 0, polarStart: 0, @@ -84,7 +84,7 @@ function emitter(jointName) { alpha: 1, alphaSpread: 0, alphaStart: 1, - alphaFinish: 1 + alphaFinish: 1 }); return newEmitter; }