瀏覽代碼

Changed init() function to comment

See here for further discussion:

https://github.com/mrdoob/three.js/issues/11421
topherbuckley 8 年之前
父節點
當前提交
b2d3346cf8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();