Mostly 64 - 32 float warning fixes.
This commit is contained in:
@@ -17,7 +17,7 @@ void ScreenTestSound::Init()
|
||||
|
||||
HEEEEEEEEELP.SetXY(450, 400);
|
||||
HEEEEEEEEELP.LoadFromFont( THEME->GetPathF("Common","normal") );
|
||||
HEEEEEEEEELP.SetZoom(.5);
|
||||
HEEEEEEEEELP.SetZoom(.5f);
|
||||
HEEEEEEEEELP.SetText(
|
||||
"p Play\n"
|
||||
"s Stop\n"
|
||||
@@ -29,7 +29,7 @@ void ScreenTestSound::Init()
|
||||
{
|
||||
this->AddChild(&s[i].txt);
|
||||
s[i].txt.LoadFromFont( THEME->GetPathF("Common","normal") );
|
||||
s[i].txt.SetZoom(.5);
|
||||
s[i].txt.SetZoom(.5f);
|
||||
}
|
||||
|
||||
s[0].txt.SetXY(150, 100);
|
||||
|
||||
Reference in New Issue
Block a user