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

@@ -209,7 +209,7 @@ void TextureCubeMap::apply(State& state) const
if (handle != 0)
{
glBindTexture( GL_TEXTURE_CUBE_MAP, handle );
if (_texParamtersDirty) applyTexParameters(GL_TEXTURE_CUBE_MAP,state);
if (_texParametersDirty) applyTexParameters(GL_TEXTURE_CUBE_MAP,state);
if (_subloadCallback.valid())
{