diff --git a/test/Physics/EasyPhysics.cpp b/test/Physics/EasyPhysics.cpp index 414de1ac..9d7eea7d 100644 --- a/test/Physics/EasyPhysics.cpp +++ b/test/Physics/EasyPhysics.cpp @@ -267,7 +267,7 @@ void EasyCharacterController::RemoveFromSimulation(class Simulation* current_sim } mat4 EasyCharacterController::GetTransform() { - mat4(1.f); + return mat4(1.f); } //-------------------------------------------------------------------------