mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-26 17:06:54 +00:00
Fix build
This commit is contained in:
parent
25f4d05c2e
commit
d347f8f4f0
1 changed files with 2 additions and 3 deletions
|
@ -68,7 +68,7 @@ struct bhkEntityCInfo
|
||||||
hkResponseType mResponseType;
|
hkResponseType mResponseType;
|
||||||
unsigned short mProcessContactDelay;
|
unsigned short mProcessContactDelay;
|
||||||
void read(NIFStream *nif);
|
void read(NIFStream *nif);
|
||||||
}
|
};
|
||||||
|
|
||||||
struct hkpMoppCode
|
struct hkpMoppCode
|
||||||
{
|
{
|
||||||
|
@ -130,7 +130,6 @@ enum class hkQualityType : uint8_t
|
||||||
Quality_KeyframedReport = 9
|
Quality_KeyframedReport = 9
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
struct bhkRigidBodyCInfo
|
struct bhkRigidBodyCInfo
|
||||||
{
|
{
|
||||||
HavokFilter mHavokFilter;
|
HavokFilter mHavokFilter;
|
||||||
|
@ -289,7 +288,7 @@ struct bhkSphereRepShape : public bhkShape
|
||||||
struct bhkConvexShape : public bhkSphereRepShape
|
struct bhkConvexShape : public bhkSphereRepShape
|
||||||
{
|
{
|
||||||
float mRadius;
|
float mRadius;
|
||||||
void read(NIFStream} *nif) override;
|
void read(NIFStream *nif) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
// A convex shape built from vertices
|
// A convex shape built from vertices
|
||||||
|
|
Loading…
Reference in a new issue