remove aniso assertion

This commit is contained in:
cxgeorge 2002-08-23 22:44:38 +00:00
parent 7117ac1d72
commit 4a67683fdc
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ has_anisotropic_degree() const {
////////////////////////////////////////////////////////////////////
INLINE int EggTexture::
get_anisotropic_degree() const {
nassertr(has_anisotropic_degree(), 1);
// nassertr(has_anisotropic_degree(), 1);
// note: _anisotropic_degree's of 0 and 1 are equivalent (no anisotropic filtering to be done by gsg)
return _anisotropic_degree;