Jelajahi Sumber

set loadLibrary as public

bstouls 9 tahun lalu
induk
melakukan
86ea9fdcf9
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 ) {