Explorar o código

BabylonLoader: Minor fix.

Mr.doob %!s(int64=10) %!d(string=hai) anos
pai
achega
2dceab03d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/loaders/BabylonLoader.js

+ 1 - 1
examples/js/loaders/BabylonLoader.js

@@ -10,7 +10,7 @@ THREE.BabylonLoader = function ( manager ) {
 
 THREE.BabylonLoader.prototype = {
 
-	constructor: THREE.ObjectLoader,
+	constructor: THREE.BabylonLoader,
 
 	load: function ( url, onLoad, onProgress, onError ) {