SVN revision: 7440
This commit is contained in:
Carsten Haitzler 2003-09-11 02:30:34 +00:00
parent 527058ae9f
commit 6deaca40fb
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ static void
_evas_gl_common_clip_set(Evas_GL_Context *gc)
{
if (!gc->change.clip) return;
/* might be faster using clip planes ??? glClipPlane() */
if (gc->clip.active)
{
glEnable(GL_SCISSOR_TEST);