From c6f07aa3625c0cdf80c97228d861197b3cbb46c1 Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Wed, 28 Nov 2001 01:33:34 +0000 Subject: [PATCH] remove obsolete magfilteralpha/color --- panda/src/egg/eggTexture.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/egg/eggTexture.cxx b/panda/src/egg/eggTexture.cxx index dfdca82e3b..b5d1e61b70 100644 --- a/panda/src/egg/eggTexture.cxx +++ b/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;