mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-26 05:41:43 +00:00
* fixed missing string for error output
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@314 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
0e5c89d2c0
commit
2c4c4aead7
1 changed files with 7 additions and 7 deletions
|
@ -659,7 +659,7 @@ static void ASE_KeyMESH_TVERTLIST( const char *token )
|
|||
}
|
||||
else
|
||||
{
|
||||
Error( "Unknown token '%s' while parsing MESH_TVERTLIST" );
|
||||
Error( "Unknown token '%s' while parsing MESH_TVERTLIST", token );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue