disable DDS for foo_bump.tga as it won't work anyway

This commit is contained in:
Rudolf Polzer 2010-08-20 06:59:27 +02:00
parent e6024ca05d
commit 2ebe7a33ca

View File

@ -177,6 +177,7 @@ for F in "$@"; do
will_jpeg=$do_jpeg
will_dds=$do_dds
case "$f" in
*_bump) will_dds=false ;;
./models/player/*) will_dds=false ;;
./textures/*) ;;
./models/*) ;;