mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-20 20:46:52 +00:00
disable DDS for foo_bump.tga as it won't work anyway
This commit is contained in:
parent
e6024ca05d
commit
2ebe7a33ca
@ -177,6 +177,7 @@ for F in "$@"; do
|
||||
will_jpeg=$do_jpeg
|
||||
will_dds=$do_dds
|
||||
case "$f" in
|
||||
*_bump) will_dds=false ;;
|
||||
./models/player/*) will_dds=false ;;
|
||||
./textures/*) ;;
|
||||
./models/*) ;;
|
||||
|
Loading…
Reference in New Issue
Block a user