Address review comment

This commit is contained in:
jonschz 2025-06-19 17:18:28 +02:00
parent 798db70289
commit 2c124c5265

View File

@ -39,10 +39,13 @@ class BoundingSphere {
// FUNCTION: BETA10 0x1001fac0
const Vector3& Center() const { return center; }
// FUNCTION: BETA10 0x100d55a0
Vector3& Center() { return center; }
// FUNCTION: BETA10 0x1001fd30
const float& Radius() const { return radius; }
// FUNCTION: BETA10 0x1001fae0
float& Radius() { return radius; }