summaryrefslogtreecommitdiff
path: root/src/internal/subtitle/kitatlas.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/subtitle/kitatlas.c')
-rw-r--r--src/internal/subtitle/kitatlas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/subtitle/kitatlas.c b/src/internal/subtitle/kitatlas.c
index 31a4800..d75bdda 100644
--- a/src/internal/subtitle/kitatlas.c
+++ b/src/internal/subtitle/kitatlas.c
@@ -158,7 +158,7 @@ int Kit_GetAtlasItems(const Kit_TextureAtlas *atlas, SDL_Rect *sources, SDL_Rect
return max_count;
}
-int Kit_AddAtlasItem(Kit_TextureAtlas *atlas, SDL_Texture *texture, SDL_Surface *surface, const SDL_Rect *target) {
+int Kit_AddAtlasItem(Kit_TextureAtlas *atlas, SDL_Texture *texture, const SDL_Surface *surface, const SDL_Rect *target) {
assert(atlas != NULL);
assert(surface != NULL);
assert(target != NULL);