Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
lolengine
/
lol
réplica de
https://github.com/lolengine/lol
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
lolphysics.h : small build fix
undefined
Benjamin ‘Touky’ Huet
Sam Hocevar
<sam@hocevar.net>
hace 11 años
padre
66b7dd7198
commit
b38bcfaa57
Se han
modificado 1 ficheros
con
8 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+8
-0
test/physics/lolphysics.h
+ 8
- 0
test/physics/lolphysics.h
Ver fichero
@@ -183,6 +183,10 @@ public:
BtRayResult = BtRayResult_Closest;
break;
}
default:
{
break;
}
}
m_dynamics_world->rayTest(LOL2BTU_VEC3(RayFrom), LOL2BTU_VEC3(RayTo), *BtRayResult);
@@ -211,6 +215,10 @@ public:
}
break;
}
default:
{
break;
}
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar