]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Revert "don't dds normalmaps. Can't be done right, always sucks."
authorRudolf Polzer <divverent@xonotic.org>
Fri, 15 Jul 2011 19:09:15 +0000 (21:09 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 15 Jul 2011 19:09:15 +0000 (21:09 +0200)
This reverts commit 7f6ae56fe0c2c796144e867756f2c00d7c589640.

misc/tools/cached-converter.sh

index b3fcb87239667da20932a8e7aac9c46387939401..6566f7623d62c290556df87b378b3d89c2d2515d 100755 (executable)
@@ -295,7 +295,6 @@ for F in "$@"; do
        case "$f" in
                ./sounds/misc/talk*.wav) will_ogg=false ;; # engine "feature"
                *_bump) will_dds=false ;;
-               *_norm) will_dds=false ;; # bad quality
                ./models/player/*) will_dds=false ;;
                ./models/sprites/*) will_dds=false ;;
                ./textures/*) ;;