remove the broken variable timestep

This commit is contained in:
2024-07-08 17:16:24 -03:00
parent 5738870147
commit 17d7bcd330
4 changed files with 8 additions and 28 deletions

View File

@ -40,7 +40,6 @@ typedef struct context {
int64_t delta_averager_residual;
int64_t time_averager[4];
uint64_t tick_count;
uint64_t step_count;
/* set just once on startup */
uint64_t random_seed;