From c6b9c744e52329d5f21d4afc47ef50cc12460648 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 8 May 2014 12:22:20 +0200 Subject: [PATCH] Oops. Allow DDS for a few more textures. --- misc/tools/cached-converter.sh | 1 + 1 file changed, 1 insertion(+) 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/*) ;; -- 2.39.2