Skip to content

Commit

Permalink
engine: common: fix build for apple and freebsd-15
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jan 18, 2025
1 parent 870fad5 commit 7811b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/common/mod_bmodel.c
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ static int Mod_LoadTextureFromWadList( wadlist_t *list, const char *name, rgbdat
return -1;
}

static fs_offset_t Mod_CalculateMipTexSize( mip_t *mt, qboolean palette )
static fs_offset_t Mod_CalculateMipTexSize( const mip_t *mt, qboolean palette )
{
if( !mt )
return 0;
Expand Down

0 comments on commit 7811b60

Please sign in to comment.