Rename timing changes, simplify + improve columns/dictionary usage.

This commit is contained in:
smoogipooo
2017-06-07 19:09:51 +09:00
parent 7aee8ee547
commit 6f191193a1
8 changed files with 61 additions and 40 deletions

View File

@ -49,14 +49,14 @@ namespace osu.Desktop.VisualTests.Tests
{
if (gravity)
{
return new DrawableGravityTimingChange(new TimingChange
return new DrawableManiaGravityTimingChange(new TimingChange
{
BeatLength = 1000,
Time = time
});
}
return new DrawableScrollingTimingChange(new TimingChange
return new DrawableManiaScrollingTimingChange(new TimingChange
{
BeatLength = 1000,
Time = time