Set fp->Opcode for OP_TEX_KILL case, fix from Ben Skeggs.

This commit is contained in:
Keith Whitwell
2005-07-01 17:12:29 +00:00
parent 06abb854f0
commit 219f3c4489
+1
View File
@@ -3115,6 +3115,7 @@ parse_fp_instruction (GLcontext * ctx, GLubyte ** inst,
case OP_TEX_KIL:
if (parse_fp_vector_src_reg(ctx, inst, vc_head, Program, &fp->SrcReg[0]))
return 1;
fp->Opcode = FP_OPCODE_KIL;
break;
}