]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Switch to s2tc for now - fix the crap later.
authorRudolf Polzer <divverent@xonotic.org>
Thu, 28 Aug 2014 13:29:25 +0000 (15:29 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 28 Aug 2014 13:29:25 +0000 (15:29 +0200)
misc/tools/cached-converter.sh

index b4fafee88ca1d7dc23e6f1ea26ec649ddeb86e7e..191e208660af9c9fef55f3b9c2fa8b7ba3fe82dd 100755 (executable)
@@ -14,7 +14,7 @@ set -e
 : ${webp_flags_alq:=-lossless -q 100 -q_alpha 100}
 : ${webp_flags_ahq:=-lossless -q 100 -q_alpha 100}
 : ${do_dds:=true}
-: ${dds_tool:=compressonator-dxtc}
+: ${dds_tool:=s2tc}
 : ${do_ogg:=false}
 : ${ogg_ogg:=true}
 : ${ogg_qual:=2}