summaryrefslogtreecommitdiff
path: root/src/mesa/main/arbfragparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/arbfragparse.c')
-rw-r--r--src/mesa/main/arbfragparse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/arbfragparse.c b/src/mesa/main/arbfragparse.c
index 0443862020..bce8732f25 100644
--- a/src/mesa/main/arbfragparse.c
+++ b/src/mesa/main/arbfragparse.c
@@ -206,6 +206,7 @@ _mesa_parse_arb_fragment_program(GLcontext * ctx, GLenum target,
program->NumTexInstructions = ap.NumTexInstructions;
program->NumTexIndirections = ap.NumTexIndirections;
program->Parameters = ap.Parameters;
+ program->FogOption = ap.FogOption;
/* XXX: Parse error. Cleanup things and return */
if (retval)