From 6519cce927b34bfafeda31d5113bb4d27f3a3791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 30 Jan 2022 16:48:26 +0100 Subject: ksys/phys: Start merging physShapeParam with RigidBody/Shape Turns out we already have a bunch of ShapeParam classes in physShapeParam and parts of RigidBody/Shape are just duplicates -- whoops. ShapeParam is renamed to ShapeParamObj to avoid any confusion with the (.*)ShapeParam classes. --- src/KingSystem/Physics/System/physCharacterControllerParam.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/KingSystem/Physics/System/physCharacterControllerParam.cpp') diff --git a/src/KingSystem/Physics/System/physCharacterControllerParam.cpp b/src/KingSystem/Physics/System/physCharacterControllerParam.cpp index 64d3dc1b..4ae3cf76 100644 --- a/src/KingSystem/Physics/System/physCharacterControllerParam.cpp +++ b/src/KingSystem/Physics/System/physCharacterControllerParam.cpp @@ -1,5 +1,5 @@ #include "KingSystem/Physics/System/physCharacterControllerParam.h" -#include "KingSystem/Physics/System/physShapeParam.h" +#include "KingSystem/Physics/RigidBody/Shape/physShapeParamObj.h" namespace ksys::phys { -- cgit v1.2.3