Browse Source

disable terrain (not compiling well for now)

Nicolas Cannasse 7 năm trước cách đây
mục cha
commit
0756495906
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      h3d/scene/pbr/Terrain.hx

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

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