Browse Source

Remove debug code

ShiroSmith 6 years ago
parent
commit
70398c4d53
1 changed files with 0 additions and 3 deletions
  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;