This commit is contained in:
2024-07-08 23:50:01 +03:00
4 changed files with 8 additions and 28 deletions

View File

@ -41,7 +41,6 @@ typedef struct context {
int64_t time_averager[4];
int64_t delta_time; /* preserves real time frame delta with no manipilation */
uint64_t tick_count;
uint64_t step_count;
/* set just once on startup */
uint64_t random_seed;