mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
remove obsolete magfilteralpha/color
This commit is contained in:
parent
48987c00a9
commit
c6f07aa362
@ -318,7 +318,7 @@ sorts_less_than(const EggTexture &other, int eq) const {
|
|||||||
return (int)_magfilter < (int)other._magfilter;
|
return (int)_magfilter < (int)other._magfilter;
|
||||||
}
|
}
|
||||||
if (_anisotropic_degree != other._anisotropic_degree) {
|
if (_anisotropic_degree != other._anisotropic_degree) {
|
||||||
return _anisotropic_degree < other._anisotropic_degree);
|
return _anisotropic_degree < other._anisotropic_degree;
|
||||||
}
|
}
|
||||||
if (_env_type != other._env_type) {
|
if (_env_type != other._env_type) {
|
||||||
return (int)_env_type < (int)other._env_type;
|
return (int)_env_type < (int)other._env_type;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user