Added gl_ext_multitexture_ADD suport.

This commit is contained in:
Miklos Fazekas 1999-10-05 19:50:45 +00:00
parent 37290c844c
commit 3af541c541
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
/*************************** Texture Mapping ****************************/
/************************************************************************/
static void fxTexInvalidate(GLcontext *ctx, struct gl_texture_object *tObj)
void fxTexInvalidate(GLcontext *ctx, struct gl_texture_object *tObj)
{
fxMesaContext fxMesa=(fxMesaContext)ctx->DriverCtx;
tfxTexInfo *ti;