1
0
Fork 0

better use unset() for unsetting ...

This commit is contained in:
mfranz 2008-07-30 15:01:59 +00:00
parent a0c2e5b97f
commit 61812ef4b8

View file

@ -559,7 +559,7 @@ void HUD::Ladder::draw(void)
_locStippleLineList.draw();
glDisable(GL_LINE_STIPPLE);
}
_clip_box->set();
_clip_box->unset();
glPopMatrix();
//*************************************************************