mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
jwzgles: uncomment stub glPush/PopAttrib so that the editor links
git-svn-id: https://svn.eduke32.com/eduke32@5524 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
409b14fb62
commit
8d73dca2d2
1 changed files with 2 additions and 2 deletions
|
@ -2811,7 +2811,7 @@ jwzgles_glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig,
|
|||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
void
|
||||
jwzgles_glPushAttrib(int flags)
|
||||
{
|
||||
|
@ -2823,7 +2823,7 @@ jwzgles_glPopAttrib(void)
|
|||
{
|
||||
// Assert (0, "glPopAttrib unimplemented");
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/* These are needed for object hit detection in pinion.
|
||||
|
|
Loading…
Reference in a new issue