BETA10: Fix reccmp regressions, match RealtimeView (#1696)

---------

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2025-11-02 17:35:21 +01:00
committed by GitHub
parent 828254cbfe
commit dfffb873ed
9 changed files with 198 additions and 13 deletions

View File

@@ -20,11 +20,13 @@ public:
// FUNCTION: BETA10 0x1004a7a0
const Vector3& Min() const { return min; }
// FUNCTION: BETA10 0x10174c30
Vector3& Min() { return min; }
// FUNCTION: BETA10 0x1004a7c0
const Vector3& Max() const { return max; }
// FUNCTION: BETA10 0x10174c50
Vector3& Max() { return max; }
private: