mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
Merge pull request #553 from Pan7/fixq3data4
Q3data: Fix warning variable psets is used uninitialized
This commit is contained in:
commit
91f2e55b1a
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