ncannasse 7 년 전
부모
커밋
cd4a6eda8f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 	}