From: Rudolf Polzer Date: Thu, 5 Aug 2010 19:51:18 +0000 (+0200) Subject: cached converter: PROPERLY decide what to DDS-ify X-Git-Tag: xonotic-v0.1.0preview~327^2~3 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=e44f499e92c6aa16890b3dc803857e674e1a4683;hp=e9c26ce63fddffdf260e2d8ceb61f874faa5b313 cached converter: PROPERLY decide what to DDS-ify --- diff --git a/misc/tools/cached-converter.sh b/misc/tools/cached-converter.sh index c309f92a..df819115 100755 --- a/misc/tools/cached-converter.sh +++ b/misc/tools/cached-converter.sh @@ -172,9 +172,9 @@ for F in "$@"; do will_jpeg=$do_jpeg will_dds=$do_dds case "$F" in - textures/*) ;; - models/*) ;; - maps/*/*) ;; + ./textures/*) ;; + ./models/*) ;; + ./maps/*/*) ;; *) # we can't DDS compress the 2D textures, sorry # but JPEG is still fine