mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-13 01:13:38 +00:00
BETA10: Fix reccmp regressions, match RealtimeView (#1696)
--------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user