fixes
This commit is contained in:
		| @@ -87,7 +87,7 @@ static void *custom_alloc(void *ud, void *ptr, size_t osize, size_t nsize) { | ||||
| void game_tick(void) { | ||||
|     if (ctx.initialization_needed) { | ||||
|         if (!ctx.udata) | ||||
|             ctx.udata = ccalloc(1, sizeof (State)); | ||||
|             ctx.udata = calloc(1, sizeof (State)); | ||||
|  | ||||
|         State *state = ctx.udata; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user