1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-26 20:37:25 +00:00

Fix build

This commit is contained in:
Alexei Dobrohotov 2021-11-13 20:04:21 +03:00
parent 25f4d05c2e
commit d347f8f4f0

View File

@ -68,7 +68,7 @@ struct bhkEntityCInfo
hkResponseType mResponseType;
unsigned short mProcessContactDelay;
void read(NIFStream *nif);
}
};
struct hkpMoppCode
{
@ -130,7 +130,6 @@ enum class hkQualityType : uint8_t
Quality_KeyframedReport = 9
};
struct bhkRigidBodyCInfo
{
HavokFilter mHavokFilter;
@ -289,7 +288,7 @@ struct bhkSphereRepShape : public bhkShape
struct bhkConvexShape : public bhkSphereRepShape
{
float mRadius;
void read(NIFStream} *nif) override;
void read(NIFStream *nif) override;
};
// A convex shape built from vertices