Explorar el Código

added return

legacy
jeunathe jnat hace 12 años
padre
commit
4f06ca1307
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/Physics/EasyPhysics.cpp

+ 1
- 1
test/Physics/EasyPhysics.cpp Ver fichero

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

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


Cargando…
Cancelar
Guardar