Fix a scale bug (default should be 1.0), add tilemap release function

This commit is contained in:
2026-05-13 16:56:24 -04:00
parent 53e4f5c14f
commit dc2e88b72f
5 changed files with 27 additions and 8 deletions

View File

@@ -198,5 +198,6 @@ akerr_ErrorContext *akgl_character_load_json(char *filename)
}
} PROCESS(errctx) {
} FINISH(errctx, true);
SDL_Log("Character %s loaded from %s", obj->name, filename);
SUCCEED_RETURN(errctx);
}