]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/shaderlib.h
Whoops..
[xonotic/netradiant.git] / libs / shaderlib.h
index d6e89447ace12272413616a6ec0a155d2c5c8b03..1d9f5e0a7983216b7660f698ae2e28980b829701 100644 (file)
@@ -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" )