]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
renamed tool to s2tc_compress
authorRudolf Polzer <divverent@xonotic.org>
Sat, 16 Jul 2011 20:19:31 +0000 (22:19 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Sat, 16 Jul 2011 20:19:31 +0000 (22:19 +0200)
misc/tools/compress-texture

index 5141b92d04a0da6ec0f1aff748190114e48a12ad..5ee658c659322432dde564a7dab44e7f4bb3aaa0 100755 (executable)
@@ -91,7 +91,7 @@ case "$tool" in
                        dxt3) f="-t DXT3" ;;
                        dxt5) f="-t DXT5" ;;
                esac
-               s2tc $f "$@" -i "$src" -o "$dst"
+               s2tc_compress $f "$@" -i "$src" -o "$dst"
                ;;
 esac