mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Split out drag selection box from post-capture box
Cleans up a lot of code, removes handles for now.
This commit is contained in:
@ -23,7 +23,8 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
typeof(HitObjectCapturer),
|
||||
typeof(SelectionDragger),
|
||||
typeof(SelectionLayer)
|
||||
typeof(SelectionLayer),
|
||||
typeof(CaptureBox)
|
||||
};
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Reference in New Issue
Block a user