Added macro to disable VS2003 workaround when not required

This commit is contained in:
Vulpovile
2023-11-03 19:57:11 -07:00
parent f6110fa3a3
commit 796a47ad38
3 changed files with 60 additions and 50 deletions

View File

@@ -20,6 +20,6 @@ private:
bool hasHandles;
int handleGrabbed;
Vector3 center;
Vector3 CenterOffset;
Vector3 centerOffset;
Sphere handles[6];
};