From 125b2e0863d68ed95ac4666e93f48a276520d229 Mon Sep 17 00:00:00 2001 From: josh Date: Thu, 31 Jan 2008 04:17:19 +0000 Subject: [PATCH] after glPopAttrib() set m_attributesPushed = false git-svn-id: svn://anubis/misc/wfobj@33 bd8a9e45-a331-0410-811e-c64571078777 --- WFObj.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/WFObj.cc b/WFObj.cc index ef511c1..3777c09 100644 --- a/WFObj.cc +++ b/WFObj.cc @@ -552,6 +552,7 @@ void WFMtl::renderEnd(const string & mtlname) cout << " glPopAttrib()" << endl; #endif glPopAttrib(); + m_attributesPushed = false; } }