From d347f8f4f01d6e8c9bbe86183658cd294f67a6f6 Mon Sep 17 00:00:00 2001 From: Alexei Dobrohotov Date: Sat, 13 Nov 2021 20:04:21 +0300 Subject: [PATCH] Fix build --- components/nif/physics.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/nif/physics.hpp b/components/nif/physics.hpp index c3adb4f6f0..613ec0ba43 100644 --- a/components/nif/physics.hpp +++ b/components/nif/physics.hpp @@ -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