[nexuiz-commits] r6808 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat May 30 08:30:12 EDT 2009


Author: div0
Date: 2009-05-30 08:30:12 -0400 (Sat, 30 May 2009)
New Revision: 6808

Modified:
   trunk/data/build-compat-pack.sh
Log:
scale down textures again :(


Modified: trunk/data/build-compat-pack.sh
===================================================================
--- trunk/data/build-compat-pack.sh	2009-05-30 12:27:46 UTC (rev 6807)
+++ trunk/data/build-compat-pack.sh	2009-05-30 12:30:12 UTC (rev 6808)
@@ -82,9 +82,9 @@
 
 cd pack
 
+find textures/ -type f -print0 | qual=85 scaledown=256x256 xargs -0 ../../misc/tools/jpeg-if-not-alpha.sh
+
 if false; then
-	find . -type f -print0 | qual=85 scaledown=256x256 xargs -0 ../../misc/tools/jpeg-if-not-alpha.sh
-
 	find . -name \*.ogg | while IFS= read -r NAME; do
 		c=`vorbiscomment -l "$NAME"`
 		oggdec -o "$NAME.wav" "$NAME"



More information about the nexuiz-commits mailing list