diff options
Diffstat (limited to 'gfx-iso/app/main.c')
-rw-r--r-- | gfx-iso/app/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx-iso/app/main.c b/gfx-iso/app/main.c index 5b441d3..ff8a266 100644 --- a/gfx-iso/app/main.c +++ b/gfx-iso/app/main.c | |||
@@ -138,6 +138,8 @@ static void update(void* app_state, double t, double dt) { | |||
138 | assert(app_state); | 138 | assert(app_state); |
139 | State* state = (State*)(app_state); | 139 | State* state = (State*)(app_state); |
140 | 140 | ||
141 | isogfx_update(state->iso, t); | ||
142 | |||
141 | assert(state->app.update); | 143 | assert(state->app.update); |
142 | (*state->app.update)(state->iso, state->app.state, t, dt); | 144 | (*state->app.update)(state->iso, state->app.state, t, dt); |
143 | } | 145 | } |