mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 09:44:48 +08:00
Collisions editing progress
This commit is contained in:
@@ -150,8 +150,8 @@ namespace CodeWalker.Project.Panels
|
||||
}
|
||||
if (ybn.Loaded && (ybn.Bounds != null))
|
||||
{
|
||||
bmin.Z = Math.Min(bmin.Z, ybn.Bounds.BoundingBoxMin.Z);
|
||||
bmax.Z = Math.Max(bmax.Z, ybn.Bounds.BoundingBoxMax.Z);
|
||||
bmin.Z = Math.Min(bmin.Z, ybn.Bounds.BoxMin.Z);
|
||||
bmax.Z = Math.Max(bmax.Z, ybn.Bounds.BoxMax.Z);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user