ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/oct.C
(Generate patch)

Comparing libgender/oct.C (file contents):
Revision 1.20 by root, Wed Oct 6 01:59:21 2004 UTC vs.
Revision 1.21 by root, Wed Oct 6 02:02:57 2004 UTC

197 197
198 glEnd (); 198 glEnd ();
199 glDisable(GL_COLOR_MATERIAL); 199 glDisable(GL_COLOR_MATERIAL);
200#endif 200#endif
201 201
202 GLuint i = begin_occ_query ();
202 for (iterator i = end (); i != begin (); ) 203 for (iterator i = end (); i != begin (); )
203 (*--i)->display (ctx); 204 (*--i)->display (ctx);
205 end_occ_query ();
204} 206}
205 207
206 208
207 209

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines