Skip to content

Commit

Permalink
Merged pull request "Fix loading MD3 skins": #424
Browse files Browse the repository at this point in the history
  • Loading branch information
apanteleev committed Jan 2, 2025
2 parents 838b833 + 36a81fe commit 2ba8b9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/refresh/gl/models.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ static int MOD_LoadMD3Mesh(model_t *model, maliasmesh_t *mesh,
return Q_ERR_STRING_TRUNCATED;
FS_NormalizePath(skinname);
mesh->skins[i] = IMG_Find(skinname, IT_SKIN, IF_NONE);
src_skin++;
}

// load all vertices
Expand Down

0 comments on commit 2ba8b9f

Please sign in to comment.