ncannasse 7 năm trước cách đây
mục cha
commit
cd4a6eda8f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hide/prefab/Context.hx

+ 1 - 1
hide/prefab/Context.hx

@@ -66,7 +66,7 @@ class Context {
 		#if editor
 		return hide.comp.Scene.getCurrent().loadTexture("",path);
 		#else
-		return @:privateAccess shared.cache.loadTexture("", path);
+		return @:privateAccess shared.cache.loadTexture(null, path);
 		#end
 	}