Explorar el Código

fix AWDLoader

Pierre Lepers hace 12 años
padre
commit
d330b52755
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      examples/js/loaders/AWDLoader.js

+ 3 - 1
examples/js/loaders/AWDLoader.js

@@ -8,7 +8,9 @@
 
   var littleEndian = true;
 
-  THREE.AWDLoader = function ( showStatus ) {
+  THREE.AWDLoader = AWDLoader;
+
+  function AWDLoader( showStatus ) {
 
     THREE.Loader.call( this, showStatus );
 

粤ICP备19079148号