Tom Spira 5 lat temu
rodzic
commit
ba107654c9
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      hrt/prefab/l3d/MeshSpray.hx

+ 0 - 1
hrt/prefab/l3d/MeshSpray.hx

@@ -349,7 +349,6 @@ class MeshSpray extends Object3D {
 
 				var model = new hrt.prefab.Model(this);
 				var meshId = lastMeshId;
-				trace(meshId);
 				if (meshId == -1) {
 					if (dontRepeatMesh && lastIndexMesh != -1 && meshes.length > 0) {
 						meshId = Std.random(meshes.length-1);