summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup/ss_tritmp.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-11-13 15:04:29 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-11-13 15:04:29 +0000
commit21709b354b45ad6aa4669d9ef028df9c902d3552 (patch)
treeb8de9a884c41a3a1cd29b79dfc8720b66c71e101 /src/mesa/swrast_setup/ss_tritmp.h
parent62d821786c2b80f6b2a663f106a39e69116b02d5 (diff)
init facing to zero
Diffstat (limited to 'src/mesa/swrast_setup/ss_tritmp.h')
-rw-r--r--src/mesa/swrast_setup/ss_tritmp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/swrast_setup/ss_tritmp.h b/src/mesa/swrast_setup/ss_tritmp.h
index 4407fc1e1b..d3d4572bf9 100644
--- a/src/mesa/swrast_setup/ss_tritmp.h
+++ b/src/mesa/swrast_setup/ss_tritmp.h
@@ -1,10 +1,10 @@
-/* $Id: ss_tritmp.h,v 1.19 2002/10/29 22:25:57 brianp Exp $ */
+/* $Id: ss_tritmp.h,v 1.20 2002/11/13 15:04:29 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * Version: 5.0
*
- * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -36,7 +36,7 @@ static void TAG(triangle)(GLcontext *ctx, GLuint e0, GLuint e1, GLuint e2 )
GLfloat z[3];
GLfloat offset;
GLenum mode = GL_FILL;
- GLuint facing;
+ GLuint facing = 0;
v[0] = &verts[e0];
v[1] = &verts[e1];