no message
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "TipDisplay.h"
|
||||
#include "RageUtil.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "RageHelper.h"
|
||||
#include "RageLog.h"
|
||||
|
||||
|
||||
const float TIP_FADE_TIME = 0.3f;
|
||||
@@ -21,7 +21,7 @@ const float TIP_SHOW_TIME = 2;
|
||||
|
||||
TipDisplay::TipDisplay()
|
||||
{
|
||||
HELPER.Log( "TipDisplay::TipDisplay()" );
|
||||
LOG->WriteLine( "TipDisplay::TipDisplay()" );
|
||||
|
||||
m_textTip.Load( THEME->GetPathTo(FONT_NORMAL) );
|
||||
this->AddActor( &m_textTip );
|
||||
|
||||
Reference in New Issue
Block a user