]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/cached-converter.sh
also exclude models/sprites from DDS
[xonotic/xonotic.git] / misc / tools / cached-converter.sh
index d6fd4424230037993a8e0dea1db41fd6747f806d..361265881865430d5b4ccaa09924d7bca6709003 100755 (executable)
@@ -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/*) ;;