Explorar el Código

Temp remove collider for tiles, causing massive allocs on interactives

trethaller hace 6 años
padre
commit
2c2687c11a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      h3d/scene/pbr/terrain/Tile.hx

+ 4 - 0
h3d/scene/pbr/terrain/Tile.hx

@@ -535,4 +535,8 @@ class Tile extends h3d.scene.Mesh {
 				return false;
 		return true;
 	}
+
+	override function getLocalCollider():h3d.col.Collider {
+		return null;
+	}
 }