Fix bhkConvexSweepShape loading

macos_ci_fix
Alexei Kotov 1 year ago
parent 67075990bd
commit 47a1403717

@ -553,7 +553,7 @@ namespace Nif
struct bhkConvexSweepShape : bhkShape
{
bhkConvexShape mShape;
bhkConvexShapePtr mShape;
HavokMaterial mMaterial;
float mRadius;

@ -147,6 +147,7 @@ namespace Nif
struct bhkShape;
struct bhkSerializable;
struct bhkEntity;
struct bhkConvexShape;
struct hkPackedNiTriStripsData;
struct NiAccumulator;
struct NiInterpolator;
@ -192,6 +193,7 @@ namespace Nif
using bhkWorldObjectPtr = RecordPtrT<bhkWorldObject>;
using bhkShapePtr = RecordPtrT<bhkShape>;
using bhkEntityPtr = RecordPtrT<bhkEntity>;
using bhkConvexShapePtr = RecordPtrT<bhkConvexShape>;
using hkPackedNiTriStripsDataPtr = RecordPtrT<hkPackedNiTriStripsData>;
using NiAccumulatorPtr = RecordPtrT<NiAccumulator>;
using NiInterpolatorPtr = RecordPtrT<NiInterpolator>;

Loading…
Cancel
Save