From 2ebe7a33ca4fd24d8bcf0010a9af41e167f34c3e Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 20 Aug 2010 06:59:27 +0200 Subject: [PATCH] disable DDS for foo_bump.tga as it won't work anyway --- misc/tools/cached-converter.sh | 1 + 1 file changed, 1 insertion(+) 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/*) ;; -- 2.39.2