ncannasse %!s(int64=7) %!d(string=hai) anos
pai
achega
cd4a6eda8f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 	}