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
4bbf42e667
commit
006317da48
1 changed files with 0 additions and 1 deletions
|
@ -1015,7 +1015,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