diff --git a/LEGO1/realtime/roi.h b/LEGO1/realtime/roi.h index aa104d3b..bdb584d1 100644 --- a/LEGO1/realtime/roi.h +++ b/LEGO1/realtime/roi.h @@ -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; }