aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE/src/core/script/rendercontext.js
diff options
context:
space:
mode:
authorJohn Mayhew2012-04-02 15:29:52 -0700
committerJohn Mayhew2012-04-02 15:29:52 -0700
commitdb70fc673e385e2e80f7b82b8f2a050314769928 (patch)
treeb7155f6ad309b8bd013d7cb97b959ddc72996f57 /js/helper-classes/RDGE/src/core/script/rendercontext.js
parentfb0a659c9ca3479fd6799325498b11f074689936 (diff)
downloadninja-db70fc673e385e2e80f7b82b8f2a050314769928.tar.gz
Fixed compiler warnings
Diffstat (limited to 'js/helper-classes/RDGE/src/core/script/rendercontext.js')
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/rendercontext.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/helper-classes/RDGE/src/core/script/rendercontext.js b/js/helper-classes/RDGE/src/core/script/rendercontext.js
index 83c64473..02e185d8 100755
--- a/js/helper-classes/RDGE/src/core/script/rendercontext.js
+++ b/js/helper-classes/RDGE/src/core/script/rendercontext.js
@@ -91,9 +91,6 @@ RDGE.RenderContext = function () {
91 enableNormalMapping = true; 91 enableNormalMapping = true;
92 this.lights = [null, null, null, null]; 92 this.lights = [null, null, null, null];
93 93
94 // the camera
95 this.cam;
96
97 // state settings - set functions in the array that set states or 'other' so long as it makes since 94 // state settings - set functions in the array that set states or 'other' so long as it makes since
98 this.stateSettings = []; 95 this.stateSettings = [];
99}; 96};