2
0
clandrin 2 жил өмнө
parent
commit
6d869e3068

+ 1 - 3
hxd/fmt/hmd/Library.hx

@@ -280,9 +280,7 @@ class Library {
 			try {
 			try {
 				if ( setupMaterialLibrary(mat, hxd.res.Loader.currentInstance.load((props:Dynamic).__ref).toPrefab(), (props:Dynamic).name) )
 				if ( setupMaterialLibrary(mat, hxd.res.Loader.currentInstance.load((props:Dynamic).__ref).toPrefab(), (props:Dynamic).name) )
 					return mat;
 					return mat;
-			} catch( e : hxd.res.NotFound ) {
-				e.path += " (in "+resource.entry.path+"@"+mat.name+")";
-				throw e;
+			} catch( e : Dynamic ) {
 			}
 			}
 		}
 		}
 		#end
 		#end