1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 05:32:56 +08:00

Don't load a mode when opening TestCaseHitObjects

This commit is contained in:
Dean Herbert 2017-05-18 19:39:40 +09:00
parent dc5a9eb740
commit f112546085

View File

@ -129,8 +129,6 @@ namespace osu.Desktop.VisualTests.Tests
};
Add(clockAdjustContainer);
load(mode);
}
private int depth;