utils: mdldec: qc.c: add missing refence meshes count.
This commit is contained in:
parent
02d5bab04b
commit
38587151a9
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ static void WriteBodyGroupInfo( FILE *fp )
|
||||||
mstudiomodel_t *model;
|
mstudiomodel_t *model;
|
||||||
char modelname[64];
|
char modelname[64];
|
||||||
|
|
||||||
fputs( "// reference mesh(es)\n", fp );
|
fprintf( fp, "// %i reference mesh(es)\n", model_hdr->numbodyparts );
|
||||||
|
|
||||||
for( i = 0; i < model_hdr->numbodyparts; ++i )
|
for( i = 0; i < model_hdr->numbodyparts; ++i )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue