after glPopAttrib() set m_attributesPushed = false

git-svn-id: svn://anubis/misc/wfobj@33 bd8a9e45-a331-0410-811e-c64571078777
This commit is contained in:
josh 2008-01-31 04:17:19 +00:00
parent 7e63501f47
commit 125b2e0863

View File

@ -552,6 +552,7 @@ void WFMtl::renderEnd(const string & mtlname)
cout << " glPopAttrib()" << endl;
#endif
glPopAttrib();
m_attributesPushed = false;
}
}