Selaa lähdekoodia

added return

legacy
jeunathe jnat 12 vuotta sitten
vanhempi
commit
4f06ca1307
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      test/Physics/EasyPhysics.cpp

+ 1
- 1
test/Physics/EasyPhysics.cpp Näytä tiedosto

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

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


Ladataan…
Peruuta
Tallenna