another ccaloc moment
This commit is contained in:
		| @@ -103,7 +103,7 @@ static void benchmark(struct state *state) { | ||||
| void game_tick(void) { | ||||
|     if (ctx.initialization_needed) { | ||||
|         if (!ctx.udata) { | ||||
|             ctx.udata = ccalloc(1, sizeof (struct state)); | ||||
|             ctx.udata = calloc(1, sizeof (struct state)); | ||||
|             struct state *state = ctx.udata; | ||||
|             state->r = 24; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user