mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-10 06:31:41 +00:00
* fixed warning
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@277 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
2aa43067fb
commit
6d10428141
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ static picoModel_t *_ase_load( PM_PARAMS_LOAD )
|
|||
else if( !_pico_stricmp( p->token, "*material" ) )
|
||||
{
|
||||
aseSubMaterial_t* subMaterial = NULL;
|
||||
picoShader_t *shader;
|
||||
picoShader_t *shader = NULL;
|
||||
int level = 1, index;
|
||||
char materialName[ 1024 ];
|
||||
float transValue = 0.0f, shineValue = 1.0f;
|
||||
|
|
Loading…
Reference in a new issue