X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fcached-converter.sh;h=361265881865430d5b4ccaa09924d7bca6709003;hp=d6fd4424230037993a8e0dea1db41fd6747f806d;hb=6ba3ca2cf0233432a53019b7c19665d49a91603c;hpb=d0ad59f5d0412692a8e63ec3b0459a4d0d381b8b diff --git a/misc/tools/cached-converter.sh b/misc/tools/cached-converter.sh index d6fd4424..36126588 100755 --- a/misc/tools/cached-converter.sh +++ b/misc/tools/cached-converter.sh @@ -177,7 +177,9 @@ for F in "$@"; do will_jpeg=$do_jpeg will_dds=$do_dds case "$f" in + *_bump) will_dds=false ;; ./models/player/*) will_dds=false ;; + ./models/sprites/*) will_dds=false ;; ./textures/*) ;; ./models/*) ;; ./particles/*) ;;