Преглед на файлове

Temp remove collider for tiles, causing massive allocs on interactives

trethaller преди 6 години
родител
ревизия
2c2687c11a
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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;
+	}
 }