Explorar o código

set loadLibrary as public

bstouls %!s(int64=9) %!d(string=hai) anos
pai
achega
86ea9fdcf9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      h3d/prim/ModelCache.hx

+ 1 - 1
h3d/prim/ModelCache.hx

@@ -20,7 +20,7 @@ class ModelCache {
 		textures = new Map();
 	}
 
-	function loadLibrary( res : hxd.res.Model ) : hxd.fmt.hmd.Library {
+	public function loadLibrary( res : hxd.res.Model ) : hxd.fmt.hmd.Library {
 		var path = res.entry.path;
 		var lib = models.get(path);
 		if( lib == null ) {