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
base: add some minor randomness to the main Ticker.
legacy
Sam Hocevar
sam
hace 11 años
padre
41b43bb47f
commit
e086100292
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
src/ticker.cpp
+ 3
- 0
src/ticker.cpp
Ver fichero
@@ -184,6 +184,9 @@ void *TickerData::GameThreadMain(void * /* p */)
data->frame++;
/* Ensure some randomness */
(void)rand();
/* If recording with fixed framerate, set deltatime to a fixed value */
if (data->recording && data->fps)
{
Escribir
Vista previa
Cargando…
Cancelar
Guardar