Browse Source

added return

legacy
jeunathe jnat 12 years ago
parent
commit
4f06ca1307
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/Physics/EasyPhysics.cpp

+ 1
- 1
test/Physics/EasyPhysics.cpp View File

@@ -267,7 +267,7 @@ void EasyCharacterController::RemoveFromSimulation(class Simulation* current_sim
}
mat4 EasyCharacterController::GetTransform()
{
mat4(1.f);
return mat4(1.f);
}

//-------------------------------------------------------------------------


Loading…
Cancel
Save