From 96d5a2ab4221e214d364e4437374a5059454209f Mon Sep 17 00:00:00 2001 From: Sam Gateau Date: Thu, 26 Feb 2015 12:10:08 -0800 Subject: [PATCH] fixing tab maybe --- examples/example/misc/sunLightExample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example/misc/sunLightExample.js b/examples/example/misc/sunLightExample.js index bc00a39246..47fbb9761e 100644 --- a/examples/example/misc/sunLightExample.js +++ b/examples/example/misc/sunLightExample.js @@ -18,7 +18,7 @@ Scene.setDayTime(hour); //Scene.setOriginLocation(longitude, latitude, 0.0); function ticktack() { - hour += 0.1; + hour += 0.1; //Scene.setSunIntensity(Math.cos(time)); if (hour > 24.0) { hour = 0.0;