소스 검색

fix wrt latest heaps

ncannasse 7 년 전
부모
커밋
aaa1d474b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hide/comp/Scene.hx

+ 1 - 1
hide/comp/Scene.hx

@@ -356,7 +356,7 @@ class Scene extends Component implements h3d.IDrawable {
 		if( e == null ) {
 			var data = sys.io.File.getBytes(fullPath);
 			if( data.get(0) != 'H'.code ) {
-				var hmdOut = new hxd.fmt.fbx.HMDOut();
+				var hmdOut = new hxd.fmt.fbx.HMDOut(fullPath);
 				hmdOut.absoluteTexturePath = true;
 				hmdOut.loadTextFile(data.toString());
 				var hmd = hmdOut.toHMD(null, !isAnimation);