From: Rudolf Polzer Date: Thu, 26 Aug 2010 03:53:12 +0000 (+0200) Subject: also exclude models/sprites from DDS X-Git-Tag: xonotic-v0.1.0preview~267 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=6ba3ca2cf0233432a53019b7c19665d49a91603c also exclude models/sprites from DDS --- diff --git a/misc/tools/cached-converter.sh b/misc/tools/cached-converter.sh index 72f427c7..36126588 100755 --- a/misc/tools/cached-converter.sh +++ b/misc/tools/cached-converter.sh @@ -179,6 +179,7 @@ for F in "$@"; do case "$f" in *_bump) will_dds=false ;; ./models/player/*) will_dds=false ;; + ./models/sprites/*) will_dds=false ;; ./textures/*) ;; ./models/*) ;; ./particles/*) ;;