mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Q3data: Fix warning variable psets is used uninitialized
This commit is contained in:
parent
1439c10043
commit
465cb3ce3f
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ polyset_t *Polyset_LoadSets( const char *file, int *numpolysets, int maxTrisPerS
|
|||
}
|
||||
else{
|
||||
Error( "TRI files no longer supported" );
|
||||
return;
|
||||
}
|
||||
// TRI_LoadPolysets( file, &psets, numpolysets );
|
||||
|
||||
|
|
Loading…
Reference in a new issue