summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physCharacterControllerParam.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2022-01-30 16:48:26 +0100
committerLéo Lam <leo@leolam.fr>2022-01-30 17:07:34 +0100
commit6519cce927b34bfafeda31d5113bb4d27f3a3791 (patch)
tree787d5273cf03ceacb60f37931d5a1d613478aa78 /src/KingSystem/Physics/System/physCharacterControllerParam.cpp
parent62631073018b9cb7d89ad3904e692a412c570eed (diff)
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.
Diffstat (limited to 'src/KingSystem/Physics/System/physCharacterControllerParam.cpp')
-rw-r--r--src/KingSystem/Physics/System/physCharacterControllerParam.cpp2
1 files changed, 1 insertions, 1 deletions
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 {