From: Rudolf Polzer Date: Fri, 20 Aug 2010 04:59:27 +0000 (+0200) Subject: disable DDS for foo_bump.tga as it won't work anyway X-Git-Tag: xonotic-v0.1.0preview~289 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=2ebe7a33ca4fd24d8bcf0010a9af41e167f34c3e disable DDS for foo_bump.tga as it won't work anyway --- diff --git a/misc/tools/cached-converter.sh b/misc/tools/cached-converter.sh index d6fd4424..72f427c7 100755 --- a/misc/tools/cached-converter.sh +++ b/misc/tools/cached-converter.sh @@ -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/*) ;;