cleanup
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#include "HoldJudgment.h"
|
||||
#include "RageUtil.h"
|
||||
#include "GameConstantsAndTypes.h"
|
||||
#include "PrefsManager.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "ThemeMetric.h"
|
||||
|
||||
@@ -24,16 +23,6 @@ HoldJudgment::HoldJudgment()
|
||||
this->AddChild( &m_sprJudgment );
|
||||
}
|
||||
|
||||
void HoldJudgment::Update( float fDeltaTime )
|
||||
{
|
||||
ActorFrame::Update( fDeltaTime );
|
||||
}
|
||||
|
||||
void HoldJudgment::DrawPrimitives()
|
||||
{
|
||||
ActorFrame::DrawPrimitives();
|
||||
}
|
||||
|
||||
void HoldJudgment::Reset()
|
||||
{
|
||||
m_sprJudgment.SetDiffuse( RageColor(1,1,1,0) );
|
||||
|
||||
Reference in New Issue
Block a user