Bläddra i källkod

remove unused method

Trevor Baron 7 år sedan
förälder
incheckning
717b60873f
1 ändrade filer med 0 tillägg och 4 borttagningar
  1. 0 4
      loaders/src/OBJ/babylon.objFileLoader.ts

+ 0 - 4
loaders/src/OBJ/babylon.objFileLoader.ts

@@ -274,10 +274,6 @@ module BABYLON {
             return null;
         }
 
-        public loadAssetContainer(){
-
-        }
-
         /**
          * Read the OBJ file and create an Array of meshes.
          * Each mesh contains all information given by the OBJ and the MTL file.