no longer care about the note skin here
This commit is contained in:
@@ -763,9 +763,6 @@ void Player::ApplyWaitingTransforms()
|
|||||||
{
|
{
|
||||||
const Attack &mod = m_pPlayerState->m_ModsToApply[j];
|
const Attack &mod = m_pPlayerState->m_ModsToApply[j];
|
||||||
PlayerOptions po;
|
PlayerOptions po;
|
||||||
/* Should this default to "" always? need it blank so we know if mod.sModifier
|
|
||||||
* changes the note skin. */
|
|
||||||
po.m_sNoteSkin = "";
|
|
||||||
po.FromString( mod.sModifiers );
|
po.FromString( mod.sModifiers );
|
||||||
|
|
||||||
float fStartBeat, fEndBeat;
|
float fStartBeat, fEndBeat;
|
||||||
|
|||||||
Reference in New Issue
Block a user