fix PSP build

This commit is contained in:
wagic.the.homebrew
2011-05-07 12:43:00 +00:00
parent ab33d29682
commit e713122e7f
+1 -1
View File
@@ -258,7 +258,7 @@ void GuiMana::RenderStatic()
return;
float x0 = x - 20 * totalColors;
x0 = max(40, x0);
x0 = max(40.f, x0);
float xEnd = x0 + 20 * totalColors;
r->FillRoundRect(x0, y - 5, static_cast<float> (20 * totalColors + 5), 20, 2, ARGB(128,0,0,0));