draw: Silencium compiler warnings on Windows.

This commit is contained in:
Michal Krol 2008-12-11 13:54:05 +01:00
parent d0bc5293d6
commit 401a18a0c6
1 changed files with 1 additions and 1 deletions

View File

@ -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;