Browse Source

disable terrain (not compiling well for now)

Nicolas Cannasse 7 years ago
parent
commit
0756495906
1 changed files with 2 additions and 0 deletions
  1. 2 0
      h3d/scene/pbr/Terrain.hx

+ 2 - 0
h3d/scene/pbr/Terrain.hx

@@ -1,4 +1,5 @@
 package h3d.scene.pbr;
+#if false
 
 class Tile extends h3d.scene.Mesh {
 
@@ -349,3 +350,4 @@ class Terrain extends Object {
 }
 
 
+#end