Explorar el Código

CIS FIX

legacy
Benjamin ‘Touky’ Huet touky hace 12 años
padre
commit
11b6cfff4c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/Physics/LolPhysics.h

+ 1
- 1
test/Physics/LolPhysics.h Ver fichero

@@ -156,7 +156,7 @@ public:
}

//Sets the simulation gravity.
void SetWorldLimit(vec3 &NewWorldMin, vec3 &NewWorldMax)
void SetWorldLimit(vec3 const &NewWorldMin, vec3 const &NewWorldMax)
{
m_world_min = NewWorldMin;
m_world_max = NewWorldMax;


Cargando…
Cancelar
Guardar