remove the broken variable timestep
This commit is contained in:
@@ -10,11 +10,6 @@
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
void game_step(int64_t delta) {
|
||||
(void)delta;
|
||||
}
|
||||
|
||||
|
||||
void game_tick(void) {
|
||||
if (ctx.tick_count == 0) {
|
||||
ctx.udata = ccalloc(1, sizeof (struct state));
|
||||
|
@@ -7,7 +7,6 @@
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
void game_step(int64_t delta);
|
||||
void game_tick(void);
|
||||
void game_end(void);
|
||||
|
||||
|
Reference in New Issue
Block a user