]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Oops. Allow DDS for a few more textures.
authorRudolf Polzer <divverent@xonotic.org>
Thu, 8 May 2014 10:22:20 +0000 (12:22 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 8 May 2014 10:22:20 +0000 (12:22 +0200)
misc/tools/cached-converter.sh

index 09c042454d7350972298b19a12b4c39c384b27cd..b4fafee88ca1d7dc23e6f1ea26ec649ddeb86e7e 100755 (executable)
@@ -384,6 +384,7 @@ for F in "$@"; do
                *_bump) will_dds=false ;;
                ./models/player/*) will_dds=false ;;
                ./models/sprites/*) will_dds=false ;;
+               ./models/*) ;;
                ./textures/*) ;;
                ./models/*) ;;
                ./particles/*) ;;