Pārlūkot izejas kodu

fbx-exporter: remove comments

lviguier 1 gadu atpakaļ
vecāks
revīzija
4eaf1e60ca
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      hide/comp/SceneEditor.hx

+ 1 - 2
hide/comp/SceneEditor.hx

@@ -2910,7 +2910,7 @@ class SceneEditor {
 			if (t != null)
 				roots.push(t);
 		}
-/*
+
 		// Handle the export of selection into a fbx file
 		Ide.inst.chooseFileSave("Export.fbx", function(filePath) {
 			if (filePath != null) {
@@ -2920,7 +2920,6 @@ class SceneEditor {
 				Ide.inst.message('Successfully exported object at path : ${filePath}');
 			}
 		});
-*/
 	}
 
 	function groupSelection() {