Explorar o código

Re-enable transform edition on terrain

trethaller %!s(int64=6) %!d(string=hai) anos
pai
achega
b7f2b0ce0b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hide/prefab/terrain/Terrain.hx

+ 1 - 1
hide/prefab/terrain/Terrain.hx

@@ -266,7 +266,7 @@ class Terrain extends Object3D {
 	}
 
 	override function edit( ctx : EditContext ) {
-		//super.edit(ctx); // Only need Pos-Z and Rot-Z
+		super.edit(ctx);
 		var props = new hide.Element('<div></div>');
 		if( editor == null )editor = new TerrainEditor(this, ctx.properties.undo);
 		editor.setupUI(props, ctx);