Index: samples/o3d-webgl-samples/helloworld.html |
=================================================================== |
--- samples/o3d-webgl-samples/helloworld.html (revision 45712) |
+++ samples/o3d-webgl-samples/helloworld.html (working copy) |
@@ -121,6 +121,9 @@ |
*/ |
function init() { |
o3djs.webgl.makeClients(initStep2); |
+ // The following call enables a debug WebGL context, which makes |
+ // debugging much easier. |
+ // o3djs.webgl.makeClients(initStep2, undefined, undefined, undefined, undefined, undefined, true); |
} |
/** |