Fixed typo of _texParametersDirty.

This commit is contained in:
Robert Osfield
2002-08-26 20:11:24 +00:00
parent 4ddfd8668e
commit 501f28449c
7 changed files with 17 additions and 17 deletions

View File

@@ -117,7 +117,7 @@ void Texture3D::apply(State& state) const
{
glBindTexture( GL_TEXTURE_3D, handle );
if (_texParamtersDirty) applyTexParameters(GL_TEXTURE_3D,state);
if (_texParametersDirty) applyTexParameters(GL_TEXTURE_3D,state);
if (_subloadCallback.valid())
{