mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
add cast to quiet compiler warning
This commit is contained in:
parent
1c5a45eafe
commit
d575248903
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue