From 4f06ca13077322719c22eb0b85bbe5dd6e867eb8 Mon Sep 17 00:00:00 2001 From: jeunathe Date: Thu, 9 Aug 2012 19:03:44 +0000 Subject: [PATCH] added return --- test/Physics/EasyPhysics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } //-------------------------------------------------------------------------