mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 18:30:42 +02:00
fixed a typo in a comment
This commit is contained in:
parent
38136ec3dd
commit
03d96a0ce2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: dlist.c,v 1.11 1999/10/19 18:37:03 keithw Exp $ */
|
||||
/* $Id: dlist.c,v 1.12 1999/10/31 08:34:47 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -2129,7 +2129,7 @@ static void save_TexImage1D( GLcontext *ctx, GLenum target,
|
|||
n[7].e = type;
|
||||
n[8].data = teximage;
|
||||
if (teximage) {
|
||||
/* this prevents gl_TexImage2D() from freeing the image */
|
||||
/* this prevents gl_TexImage1D() from freeing the image */
|
||||
teximage->RefCount = 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue