Fixes to typo of *Dirty()
This commit is contained in:
@@ -102,7 +102,7 @@ void Texture3D::apply(State& state) const
|
||||
{
|
||||
|
||||
glBindTexture( GL_TEXTURE_3D, handle );
|
||||
if (getTextureParameterDity(state.getContextID())) applyTexParameters(GL_TEXTURE_3D,state);
|
||||
if (getTextureParameterDirty(state.getContextID())) applyTexParameters(GL_TEXTURE_3D,state);
|
||||
|
||||
if (_subloadCallback.valid())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user