Browse Source

remove obsolete magfilteralpha/color

cxgeorge 24 years ago
parent
commit
c6f07aa362
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/egg/eggTexture.cxx

+ 1 - 1
panda/src/egg/eggTexture.cxx

@@ -318,7 +318,7 @@ sorts_less_than(const EggTexture &other, int eq) const {
       return (int)_magfilter < (int)other._magfilter;
     }
     if (_anisotropic_degree != other._anisotropic_degree) {
-      return _anisotropic_degree < other._anisotropic_degree);
+      return _anisotropic_degree < other._anisotropic_degree;
     }
     if (_env_type != other._env_type) {
       return (int)_env_type < (int)other._env_type;