fixing WebGL detect

This commit is contained in:
Patricio Gonzalez Vivo 2015-09-10 09:15:07 -04:00
parent 5e74074872
commit 7df31a2dc4
2 changed files with 0 additions and 4 deletions

View File

@ -31,8 +31,6 @@
}
</script>
<script>
if ( ! Detector.webgl ) Detector.addGetWebGLMessage();
var container;
var camera, scene, renderer;
var uniforms;

View File

@ -31,8 +31,6 @@ Below is an example of the HTML and JS you need to get started with shaders in t
}
</script>
<script>
if ( ! Detector.webgl ) Detector.addGetWebGLMessage();
var container;
var camera, scene, renderer;
var uniforms;