Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
base: add some minor randomness to the main Ticker.
legacy
Sam Hocevar
sam
11 anos atrás
pai
41b43bb47f
commit
e086100292
1 arquivos alterados
com
3 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-0
src/ticker.cpp
+ 3
- 0
src/ticker.cpp
Ver arquivo
@@ -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)
{
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar