From c8cc1e86f68a54198e3136dcd198a252f6d7e8f2 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 8 Aug 2007 12:02:18 -0600 Subject: fix qs->next tests --- src/mesa/pipe/softpipe/sp_quad_alpha_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/pipe/softpipe/sp_quad_alpha_test.c') diff --git a/src/mesa/pipe/softpipe/sp_quad_alpha_test.c b/src/mesa/pipe/softpipe/sp_quad_alpha_test.c index 585adb41fe..1c51907078 100644 --- a/src/mesa/pipe/softpipe/sp_quad_alpha_test.c +++ b/src/mesa/pipe/softpipe/sp_quad_alpha_test.c @@ -84,7 +84,7 @@ alpha_test_quad(struct quad_stage *qs, struct quad_header *quad) static void alpha_test_begin(struct quad_stage *qs) { - if (qs->next->begin) + if (qs->next) qs->next->begin(qs->next); } -- cgit v1.2.3