warning cleanup for -Wdouble-promotion

This commit is contained in:
2011-08-19 16:21:29 +00:00
parent 2c1182664c
commit 3a81f23e09
20 changed files with 94 additions and 94 deletions

View File

@@ -180,7 +180,7 @@ void ui_draw_anti_tria(float x1, float y1, float x2, float y2, float x3, float y
glEnable(GL_BLEND);
glGetFloatv(GL_CURRENT_COLOR, color);
color[3]*= 0.125;
color[3] *= 0.125f;
glColor4fv(color);
/* for each AA step */