From: Rudolf Polzer Date: Tue, 13 Sep 2011 11:19:39 +0000 (+0200) Subject: shader audit: another fix X-Git-Tag: xonotic-v0.6.0~74^2~10 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=603d6d44d9c717ad77f9a87bb0f8e244f29c6659 shader audit: another fix --- diff --git a/scripts/shader-audit.sh b/scripts/shader-audit.sh index ccb5f64b..587d14a7 100755 --- a/scripts/shader-audit.sh +++ b/scripts/shader-audit.sh @@ -105,7 +105,7 @@ use_texture() default) # offsetmapping keyword without bias getstats "../${2}_norm.tga" if [ "$min" -eq "$max" ]; then - echo "(EE) shader $1 uses broken normalmap ${2}_norm.tga, maybe use dpoffsetmapping none?"; seterror + echo "(WW) shader $1 uses broken normalmap ${2}_norm.tga, maybe use dpoffsetmapping none?"; seterror else echo "(EE) shader $1 uses ${2}_norm.tga but lacks median (add to dpoffsetmapping: match8 $median)"; seterror fi