mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
fix a comment
This commit is contained in:
parent
d834e8da88
commit
1043a6498a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: state.c,v 1.85 2002/06/15 03:03:09 brianp Exp $ */
|
||||
/* $Id: state.c,v 1.86 2002/06/16 01:14:22 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -630,7 +630,7 @@ update_drawbuffer( GLcontext *ctx )
|
|||
/* NOTE: This routine references Tranform attribute values to compute
|
||||
* userclip positions in clip space, but is only called on
|
||||
* _NEW_PROJECTION. The _mesa_ClipPlane() function keeps these values
|
||||
* uptodate across changes to the Transform attributes.
|
||||
* up to date across changes to the Transform attributes.
|
||||
*/
|
||||
static void
|
||||
update_projection( GLcontext *ctx )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue