projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
918a908
)
Oops. Allow DDS for a few more textures.
author
Rudolf Polzer <divverent@xonotic.org>
Thu, 8 May 2014 10:22:20 +0000
(12:22 +0200)
committer
Rudolf Polzer <divverent@xonotic.org>
Thu, 8 May 2014 10:22:20 +0000
(12:22 +0200)
misc/tools/cached-converter.sh
patch
|
blob
|
history
diff --git
a/misc/tools/cached-converter.sh
b/misc/tools/cached-converter.sh
index 09c042454d7350972298b19a12b4c39c384b27cd..b4fafee88ca1d7dc23e6f1ea26ec649ddeb86e7e 100755
(executable)
--- a/
misc/tools/cached-converter.sh
+++ b/
misc/tools/cached-converter.sh
@@
-384,6
+384,7
@@
for F in "$@"; do
*_bump) will_dds=false ;;
./models/player/*) will_dds=false ;;
./models/sprites/*) will_dds=false ;;
+ ./models/*) ;;
./textures/*) ;;
./models/*) ;;
./particles/*) ;;