From b4e6a4dac9bf3f283a81f8aa3ce438abf3609c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Mon, 19 Dec 2022 00:24:04 +0100 Subject: ksys/phys: Implement the rest of the easy RagdollController functions --- src/KingSystem/Physics/System/physSystem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/KingSystem/Physics/System/physSystem.h') diff --git a/src/KingSystem/Physics/System/physSystem.h b/src/KingSystem/Physics/System/physSystem.h index d5d259d5..436e4727 100644 --- a/src/KingSystem/Physics/System/physSystem.h +++ b/src/KingSystem/Physics/System/physSystem.h @@ -42,6 +42,7 @@ class System { public: float get64() const { return _64; } + float get6c() const { return _6c; } float getTimeFactor() const { return mTimeFactor; } ContactMgr* getContactMgr() const { return mContactMgr; } StaticCompoundMgr* getStaticCompoundMgr() const { return mStaticCompoundMgr; } -- cgit v1.2.3