Collisions editing progress

This commit is contained in:
dexy
2020-01-03 22:50:23 +11:00
Unverified
parent d85f5eddb2
commit 0d066679cb
25 changed files with 5792 additions and 834 deletions
+1 -1
View File
@@ -686,7 +686,7 @@ namespace CodeWalker.Forms
if (Ybn.Bounds != null)
{
MoveCameraToView(Ybn.Bounds.BoundingBoxCenter, Ybn.Bounds.BoundingSphereRadius);
MoveCameraToView(Ybn.Bounds.SphereCenter, Ybn.Bounds.SphereRadius);
}
UpdateBoundsUI(ybn);