Browse Source

fixed drop fbx/hmd into prefab scene

Nicolas Cannasse 5 years ago
parent
commit
f544124589
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hide/comp/SceneEditor.hx

+ 1 - 1
hide/comp/SceneEditor.hx

@@ -1538,7 +1538,7 @@ class SceneEditor {
 		var paths = [];
 		for(path in items) {
 			var ext = haxe.io.Path.extension(path).toLowerCase();
-			if( supported.exists(ext) )
+			if( supported.exists(ext) || ext == "fbx" || ext == "hmd" )
 				paths.push(path);
 		}
 		if( paths.length == 0 )