From: Jay Dolan Date: Mon, 21 Dec 2015 00:30:46 +0000 (-0500) Subject: Whoops.. X-Git-Tag: xonotic-v0.8.2~19^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0d902727eb4520eb5a200398978a9732135e8cbc;p=xonotic%2Fnetradiant.git Whoops.. --- diff --git a/libs/shaderlib.h b/libs/shaderlib.h index d6e89447..1d9f5e0a 100644 --- a/libs/shaderlib.h +++ b/libs/shaderlib.h @@ -53,7 +53,7 @@ bool operator()( const CopiedString& shader, const CopiedString& other ) const { static inline bool shader_is_diffuse( const char *shader ){ return /* Quetoo */ - && !string_equal_suffix( shader, "_h" ) + !string_equal_suffix( shader, "_h" ) && !string_equal_suffix( shader, "_local" ) && !string_equal_suffix( shader, "_nm" ) && !string_equal_suffix( shader, "_s" )