浏览代码

Remove debug code

ShiroSmith 6 年之前
父节点
当前提交
70398c4d53
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      hide/prefab/terrain/TerrainEditor.hx

+ 0 - 3
hide/prefab/terrain/TerrainEditor.hx

@@ -94,9 +94,6 @@ class TerrainEditor {
 	}
 
 	public function saveTextures()  {
-
-		terrainPrefab.terrain.remove();
-
 		if( !readyToSave() ) {
 			throw "Failed to save terrain";
 			return;