replace color table FloatTable boolean with Type enum
[mesa.git] / src / mesa / main / arbfragparse.c
index 0443862020af92c28edc740e168c2c580476e3dc..bce8732f252448c1fe1fc5049e08cf03e323b374 100644 (file)
@@ -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)