Disable reversing for now - this needs to be re-implemented in a later PR.

This commit is contained in:
smoogipooo 2017-08-22 14:17:57 +09:00
parent cd3c825bd2
commit 9a7c9e9af0
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ public ManiaRulesetContainer(Ruleset ruleset, WorkingBeatmap beatmap, bool isFor
[BackgroundDependencyLoader]
private void load()
{
Playfield.Reversed.Value = true;
BarLines.ForEach(Playfield.Add);
}