mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Remove repeated comparison
This commit is contained in:
parent
3926194110
commit
4bbf42e667
1 changed files with 0 additions and 1 deletions
|
@ -1017,7 +1017,6 @@ static void ParseShaderFile( const char *filename ){
|
|||
!Q_stricmp( token, "clampMap" ) ||
|
||||
!Q_stricmp( token, "animMap" ) ||
|
||||
!Q_stricmp( token, "clampAnimMap" ) ||
|
||||
!Q_stricmp( token, "clampMap" ) ||
|
||||
!Q_stricmp( token, "mapComp" ) ||
|
||||
!Q_stricmp( token, "mapNoComp" ) ) {
|
||||
/* skip one token for animated stages */
|
||||
|
|
Loading…
Reference in a new issue