Explorar o código

Changed init() function to comment

See here for further discussion:

https://github.com/mrdoob/three.js/issues/11421
topherbuckley %!s(int64=8) %!d(string=hai) anos
pai
achega
b2d3346cf8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/manual/introduction/WebGL-compatibility-check.html

+ 1 - 1
docs/manual/introduction/WebGL-compatibility-check.html

@@ -21,7 +21,7 @@
 
 <code>
 if (Detector.webgl) {
-    init();
+    // Initiate function or other initializations here
     animate();
 } else {
     var warning = Detector.getWebGLErrorMessage();