2
0
Эх сурвалжийг харах

Changed init() function to comment

See here for further discussion:

https://github.com/mrdoob/three.js/issues/11421
topherbuckley 8 жил өмнө
parent
commit
b2d3346cf8

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

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