]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
disable DDS for foo_bump.tga as it won't work anyway
authorRudolf Polzer <divverent@alientrap.org>
Fri, 20 Aug 2010 04:59:27 +0000 (06:59 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 20 Aug 2010 04:59:27 +0000 (06:59 +0200)
misc/tools/cached-converter.sh

index d6fd4424230037993a8e0dea1db41fd6747f806d..72f427c71d89bf150ac23dd4a4a40ba36431c74f 100755 (executable)
@@ -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/*) ;;