From: Rudolf Polzer <divverent@xonotic.org>
Date: Thu, 8 May 2014 10:22:20 +0000 (+0200)
Subject: Oops. Allow DDS for a few more textures.
X-Git-Tag: xonotic-v0.8.0~36
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c6b9c744e52329d5f21d4afc47ef50cc12460648;p=xonotic%2Fxonotic.git

Oops. Allow DDS for a few more textures.
---

diff --git a/misc/tools/cached-converter.sh b/misc/tools/cached-converter.sh
index 09c04245..b4fafee8 100755
--- 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/*) ;;