Autoなのにも関わらずレーンが点滅する問題を修正 (#233)
This commit is contained in:
parent
17d5a5079c
commit
6c735d68dc
@ -1091,6 +1091,11 @@ namespace TJAPlayer3
|
|||||||
nLane = (int)PlayerLane.FlashType.Total;
|
nLane = (int)PlayerLane.FlashType.Total;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
TJAPlayer3.stage演奏ドラム画面.actTaikoLaneFlash.PlayerLane[nUsePlayer].Start((PlayerLane.FlashType)nLane);
|
TJAPlayer3.stage演奏ドラム画面.actTaikoLaneFlash.PlayerLane[nUsePlayer].Start((PlayerLane.FlashType)nLane);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user