Sfoglia il codice sorgente

base: add some minor randomness to the main Ticker.

legacy
Sam Hocevar sam 11 anni fa
parent
commit
e086100292
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      src/ticker.cpp

+ 3
- 0
src/ticker.cpp Vedi File

@@ -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)
{


Caricamento…
Annulla
Salva