mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-20 20:46:52 +00:00
also exclude models/sprites from DDS
This commit is contained in:
parent
1ae12fed4b
commit
6ba3ca2cf0
@ -179,6 +179,7 @@ for F in "$@"; do
|
||||
case "$f" in
|
||||
*_bump) will_dds=false ;;
|
||||
./models/player/*) will_dds=false ;;
|
||||
./models/sprites/*) will_dds=false ;;
|
||||
./textures/*) ;;
|
||||
./models/*) ;;
|
||||
./particles/*) ;;
|
||||
|
Loading…
Reference in New Issue
Block a user