diff options
author | Shauren <shauren.trinity@gmail.com> | 2021-04-24 23:29:28 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-04-25 00:11:42 +0200 |
commit | e821693c163607fe84bf2ad6cc97bfbfd15c5975 (patch) | |
tree | 6a56b886adce3ba9923bffa2355f5540cf27ce19 /src/common/Collision/Models | |
parent | bb8f22ed2013f8cb6b9d61c738f2ebd96b83722f (diff) |
Core/Vmaps: Reduce memory used by vmaps, part 2
Diffstat (limited to 'src/common/Collision/Models')
-rw-r--r-- | src/common/Collision/Models/ModelInstance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Collision/Models/ModelInstance.h b/src/common/Collision/Models/ModelInstance.h index bba48669d00..75d78549754 100644 --- a/src/common/Collision/Models/ModelInstance.h +++ b/src/common/Collision/Models/ModelInstance.h @@ -46,7 +46,6 @@ namespace VMAP uint8 adtId; uint32 ID; G3D::Vector3 iPos; - G3D::Vector3 iRot; float iScale; G3D::AABox iBound; #ifdef VMAP_DEBUG @@ -59,6 +58,7 @@ namespace VMAP struct TC_COMMON_API ModelSpawn : public ModelMinimalData { + G3D::Vector3 iRot; #ifndef VMAP_DEBUG std::string name; #endif |