This commit is contained in:
Glenn Maynard
2005-09-03 02:08:27 +00:00
parent d58af5dc99
commit 0022bc3338
5 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -151,7 +151,7 @@ void ScreenDebugOverlay::Init()
m_Quad.SetDiffuse( RageColor(0, 0, 0, 0.5f) );
this->AddChild( &m_Quad );
m_textHeader.LoadFromFont( THEME->GetPathToF("Common normal") );
m_textHeader.LoadFromFont( THEME->GetPathF("Common", "normal") );
m_textHeader.SetHorizAlign( Actor::align_left );
m_textHeader.SetX( SCREEN_LEFT+20 );
m_textHeader.SetY( SCREEN_TOP+20 );
@@ -163,7 +163,7 @@ void ScreenDebugOverlay::Init()
{
{
BitmapText *pT1 = new BitmapText;
pT1->LoadFromFont( THEME->GetPathToF("Common normal") );
pT1->LoadFromFont( THEME->GetPathF("Common", "normal") );
pT1->SetHorizAlign( Actor::align_right );
pT1->SetText( "blah" );
pT1->SetShadowLength( 2 );
@@ -172,7 +172,7 @@ void ScreenDebugOverlay::Init()
}
{
BitmapText *pT2 = new BitmapText;
pT2->LoadFromFont( THEME->GetPathToF("Common normal") );
pT2->LoadFromFont( THEME->GetPathF("Common", "normal") );
pT2->SetHorizAlign( Actor::align_left );
pT2->SetText( "blah" );
pT2->SetShadowLength( 2 );