fix stupid bug in the optimized per-vertex fog generation code

This commit is contained in:
Roland Scheidegger 2007-02-14 16:38:32 +01:00
parent bc82b44db9
commit 99dfca1e7f
1 changed files with 2 additions and 1 deletions

View File

@ -1102,7 +1102,8 @@ static void build_fog( struct tnl_program *p )
}
if (p->state->tnl_do_vertex_fog) {
struct ureg params = register_param1(p, STATE_FOG_PARAMS_OPTIMIZED);
struct ureg params = register_param2(p, STATE_INTERNAL,
STATE_FOG_PARAMS_OPTIMIZED);
struct ureg tmp = get_temp(p);
switch (p->state->fog_mode) {