Explorar el Código

MeshSpray small fixes

Tom Spira hace 5 años
padre
commit
f93fcd0c8a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      hrt/prefab/l3d/MeshSpray.hx

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

@@ -397,6 +397,7 @@ class MeshSpray extends Object3D {
 	}
 
 	function addMeshes(ctx : Context) {
+		lastMeshId = -1;
 		if (previewModels.length > 0) {
 			wasEdited = true;
 			previewModels = [];