Missed one with the last commit.

This commit is contained in:
Ian Romanick 2004-04-12 22:41:47 +00:00
parent ee22ed2fb4
commit 231603893d

View file

@ -904,7 +904,9 @@ void _tnl_vtx_init( GLcontext *ctx )
tnl->vtx.gen.Attribute[i] = no_codegen;
}
#ifdef USE_X86_ASM
_tnl_InitX86Codegen( &tnl->vtx.gen );
#endif
_tnl_current_init( ctx );
_tnl_exec_vtxfmt_init( ctx );