Sfoglia il codice sorgente

added return

legacy
jeunathe jnat 12 anni fa
parent
commit
4f06ca1307
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      test/Physics/EasyPhysics.cpp

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

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

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


Caricamento…
Annulla
Salva