remove obsolete magfilteralpha/color

This commit is contained in:
cxgeorge 2001-11-28 01:33:34 +00:00
parent 48987c00a9
commit c6f07aa362

View File

@ -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;