Missing commit from last

This commit is contained in:
Diren D Bharwani 2023-01-12 20:12:17 +08:00
parent 10ad5647df
commit e359a91359
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ namespace SHADE
float invMassA = 0.0f;
float invMassB = 0.0f;
SHMatrix invInertiaA;
SHMatrix invInertiaB;
SHVec3 invInertiaA;
SHVec3 invInertiaB;
SHVec3 centerOfMassA;
SHVec3 centerOfMassB;