Browse Source

Move Gizmo to bin folder

trethaller 7 years ago
parent
commit
6c6f49156e
2 changed files with 1 additions and 1 deletions
  1. 0 0
      bin/res/gizmo.hmd
  2. 1 1
      hide/view/Level3D.hx

+ 0 - 0
res/gizmo.hmd → bin/res/gizmo.hmd


+ 1 - 1
hide/view/Level3D.hx

@@ -81,7 +81,7 @@ class Gizmo3D extends h3d.scene.Object {
 	public function new(scene: hide.comp.Scene) {
 		super(scene.s3d);
 		this.scene = scene;
-		var path = hide.ui.Ide.inst.appPath + "/../res/gizmo.hmd";
+		var path = hide.ui.Ide.inst.appPath + "/res/gizmo.hmd";
 		var data = sys.io.File.getBytes(path);
 		var hmd = hxd.res.Any.fromBytes(path, data).toModel().toHmd();
 		gizmo = hmd.makeObject();