From 6ba3ca2cf0233432a53019b7c19665d49a91603c Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 26 Aug 2010 05:53:12 +0200 Subject: [PATCH] also exclude models/sprites from DDS --- 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 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/*) ;; -- 2.39.2