mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Rename radio button classes to be local to editor
This commit is contained in:
@ -13,8 +13,8 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
{
|
||||
public TestSceneEditorComposeRadioButtons()
|
||||
{
|
||||
RadioButtonCollection collection;
|
||||
Add(collection = new RadioButtonCollection
|
||||
EditorRadioButtonCollection collection;
|
||||
Add(collection = new EditorRadioButtonCollection
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
|
Reference in New Issue
Block a user