add cast to quiet compiler warning

This commit is contained in:
Karl Schultz 2004-01-13 01:08:23 +00:00
parent 1c5a45eafe
commit d575248903

View file

@ -77,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 );
}