better use unset() for unsetting ...
This commit is contained in:
parent
a0c2e5b97f
commit
61812ef4b8
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ void HUD::Ladder::draw(void)
|
|||
_locStippleLineList.draw();
|
||||
glDisable(GL_LINE_STIPPLE);
|
||||
}
|
||||
_clip_box->set();
|
||||
_clip_box->unset();
|
||||
glPopMatrix();
|
||||
//*************************************************************
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue