diff options
author | Jon Reid | 2012-03-01 09:23:46 -0800 |
---|---|---|
committer | Jon Reid | 2012-03-01 09:23:46 -0800 |
commit | e67000c704e284f4ab9b50c845853988272ce800 (patch) | |
tree | fad04a6a5ef5bfc8fa4efe88dac3eb7329bc3596 /js/helper-classes/RDGE/GLWorld.js | |
parent | 939cb7eccb8a5ec655fbde8b470894d293832307 (diff) | |
parent | 82ed48cc48ae1f8163021a0998e00d87da396d65 (diff) | |
download | ninja-e67000c704e284f4ab9b50c845853988272ce800.tar.gz |
Merge branch 'Timeline-main' into Timeline-newdoc
Diffstat (limited to 'js/helper-classes/RDGE/GLWorld.js')
-rwxr-xr-x | js/helper-classes/RDGE/GLWorld.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/helper-classes/RDGE/GLWorld.js b/js/helper-classes/RDGE/GLWorld.js index 64086bee..8017207f 100755 --- a/js/helper-classes/RDGE/GLWorld.js +++ b/js/helper-classes/RDGE/GLWorld.js | |||
@@ -157,7 +157,7 @@ function GLWorld( canvas, use3D ) | |||
157 | 157 | ||
158 | // change clear color | 158 | // change clear color |
159 | //this.renderer.setClearFlags(g_Engine.getContext().DEPTH_BUFFER_BIT); | 159 | //this.renderer.setClearFlags(g_Engine.getContext().DEPTH_BUFFER_BIT); |
160 | this.renderer.setClearColor([1.0, 1.0, 1.0, 0.0]); | 160 | this.renderer.setClearColor([0.0, 0.0, 0.0, 0.0]); |
161 | //this.renderer.NinjaWorld = this; | 161 | //this.renderer.NinjaWorld = this; |
162 | 162 | ||
163 | // create an empty scene graph | 163 | // create an empty scene graph |