--- ray/src/common/rglinst.c 1998/06/17 17:18:38 3.2 +++ ray/src/common/rglinst.c 1998/07/15 17:52:16 3.3 @@ -74,6 +74,7 @@ register OBJREC *o; glCallList(ot->listid); if (o->oargs.nsargs > 1) { /* end transform */ + glMatrixMode(GL_MODELVIEW); glPopMatrix(); glPopAttrib(); }