diff options
author | Kris Kowal | 2012-07-06 11:52:06 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:48 -0700 |
commit | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (patch) | |
tree | 8f0f55557bd0c47a84e49c1977c950645d284607 /js/helper-classes/RDGE/src/core/script/shadowLight.js | |
parent | aedd14b18695d031f695d27dfbd94df5614495bb (diff) | |
download | ninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz |
Expand tabs
Diffstat (limited to 'js/helper-classes/RDGE/src/core/script/shadowLight.js')
-rwxr-xr-x | js/helper-classes/RDGE/src/core/script/shadowLight.js | 4 |
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(); |