ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/rglinst.c
(Generate patch)

Comparing ray/src/common/rglinst.c (file contents):
Revision 3.2 by gwlarson, Wed Jun 17 17:18:38 1998 UTC vs.
Revision 3.3 by gwlarson, Wed Jul 15 17:52:16 1998 UTC

# Line 74 | Line 74 | register OBJREC        *o;
74          glCallList(ot->listid);
75  
76          if (o->oargs.nsargs > 1) {      /* end transform */
77 +                glMatrixMode(GL_MODELVIEW);
78                  glPopMatrix();
79                  glPopAttrib();
80          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines