mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
draw: Silencium compiler warnings on Windows.
This commit is contained in:
parent
d0bc5293d6
commit
401a18a0c6
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ static void offset_first_tri( struct draw_stage *stage,
|
|||
{
|
||||
struct offset_stage *offset = offset_stage(stage);
|
||||
|
||||
offset->units = stage->draw->rasterizer->offset_units * stage->draw->mrd;
|
||||
offset->units = (float) (stage->draw->rasterizer->offset_units * stage->draw->mrd);
|
||||
offset->scale = stage->draw->rasterizer->offset_scale;
|
||||
|
||||
stage->tri = offset_tri;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue