aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE/src/core/script/shadowLight.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/helper-classes/RDGE/src/core/script/shadowLight.js')
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/shadowLight.js4
1 files changed, 2 insertions, 2 deletions
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 () {
61 }; 61 };
62 62
63 /* 63 /*
64 * makes the light the current 'camera' 64 * makes the light the current 'camera'
65 */ 65 */
66 this.activate = function () { 66 this.activate = function () {
67 this.cameraManager.pushCamera(this); 67 this.cameraManager.pushCamera(this);
68 }; 68 };
69 69
70 /* 70 /*
71 * restores the camera stack 71 * restores the camera stack
72 */ 72 */
73 this.deactivate = function () { 73 this.deactivate = function () {
74 this.cameraManager.popCamera(); 74 this.cameraManager.popCamera();