added some alpha to the locked value
This commit is contained in:
@@ -30,7 +30,7 @@ WheelItemBase::WheelItemBase(RString sType)
|
|||||||
|
|
||||||
void WheelItemBase::Load( RString sType )
|
void WheelItemBase::Load( RString sType )
|
||||||
{
|
{
|
||||||
m_colorLocked = RageColor(0,0,0,0);
|
m_colorLocked = RageColor(0,0,0,0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
void WheelItemBase::LoadFromWheelItemData( const WheelItemBaseData* pWID, int iIndex, bool bHasFocus, int iDrawIndex )
|
void WheelItemBase::LoadFromWheelItemData( const WheelItemBaseData* pWID, int iIndex, bool bHasFocus, int iDrawIndex )
|
||||||
|
|||||||
Reference in New Issue
Block a user