mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
fix: clone polyhedral region last triangle too if present (#2807)
This commit is contained in:
parent
b511e878a4
commit
8f353e8f0d
@ -77,7 +77,7 @@ public class PolyhedralRegion extends AbstractRegion {
|
||||
minimumPoint = region.minimumPoint;
|
||||
maximumPoint = region.maximumPoint;
|
||||
centerAccum = region.centerAccum;
|
||||
lastTriangle = region.lastTriangle;
|
||||
lastTriangle = lastTriangle == null ? null : region.lastTriangle.clone();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user