Skip to content

Commit

Permalink
Typo fix (only affects linux build).
Browse files Browse the repository at this point in the history
  • Loading branch information
amorilia committed Mar 14, 2010
1 parent b1e8d8e commit 2854fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gl/gltex.cpp
Expand Up @@ -173,7 +173,7 @@ QString TexCache::find( const QString & file, const QString & nifdir )
QStringList extensions;
extensions << ".tga" << ".dds" << ".bmp" << ".nif" << ".texcache";
#ifndef Q_OS_WIN
extensions << ".TGA" << ".DDS" << ".BMP" << ".NIF" << ."TEXCACHE";
extensions << ".TGA" << ".DDS" << ".BMP" << ".NIF" << ".TEXCACHE";
#endif
bool replaceExt = false;
if ( Options::textureAlternatives() )
Expand Down

0 comments on commit 2854fb5

Please sign in to comment.