s/BlendEquatioRGB/BlendEquationRGB/
[mesa.git] / src / mesa / swrast / s_feedback.c
index f0264ac7741a8f32775eb2beb428376c0dc57b84..2ebaaff3c19397097d7d58eb8f3d6c9def9a5e94 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: s_feedback.c,v 1.11 2003/03/25 02:23:46 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -78,7 +77,7 @@ static void feedback_vertex( GLcontext *ctx,
 
    index = v->index;
 
-   _mesa_feedback_vertex( ctx, win, color, index, tc );
+   _mesa_feedback_vertex( ctx, win, color, (GLfloat)index, tc );
 }