mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 11:02:57 +08:00
Fix resharper warning.
This commit is contained in:
parent
79764603d7
commit
2ff213d2c8
@ -72,10 +72,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
PreEmpt = 1000,
|
||||
};
|
||||
|
||||
if (strong)
|
||||
playfield.Add(new DrawableStrongDrumRoll(d));
|
||||
else
|
||||
playfield.Add(new DrawableDrumRoll(d));
|
||||
playfield.Add(strong ? new DrawableStrongDrumRoll(d) : new DrawableDrumRoll(d));
|
||||
}
|
||||
|
||||
private class DrawableTestHit : DrawableHitObject<TaikoHitObject, TaikoJudgement>
|
||||
|
Loading…
Reference in New Issue
Block a user