2
0
ShiroSmith 6 жил өмнө
parent
commit
d195c4f9f5

+ 1 - 1
hrt/prefab/l3d/SplineMesh.hx

@@ -186,7 +186,7 @@ class SplineMesh extends Spline {
 			meshBatch = null;
 		}
 
-		if( meshPrimitive == null ) 
+		if( meshPrimitive == null || (meshBatch != null && meshBatch.primitive == meshPrimitive) ) 
 			return;
 
 		if( meshBatch == null ) {