From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- js/helper-classes/RDGE/src/core/script/shadowLight.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/helper-classes/RDGE/src/core/script/shadowLight.js') diff --git a/js/helper-classes/RDGE/src/core/script/shadowLight.js b/js/helper-classes/RDGE/src/core/script/shadowLight.js index 010fe146..f676d7d5 100755 --- a/js/helper-classes/RDGE/src/core/script/shadowLight.js +++ b/js/helper-classes/RDGE/src/core/script/shadowLight.js @@ -61,14 +61,14 @@ RDGE.shadowLight = function () { }; /* - * makes the light the current 'camera' + * makes the light the current 'camera' */ this.activate = function () { this.cameraManager.pushCamera(this); }; /* - * restores the camera stack + * restores the camera stack */ this.deactivate = function () { this.cameraManager.popCamera(); -- cgit v1.2.3