Make compose mode the default

Hopefully we can keep this at a ScreenSelectionTabControl level, but it may need to be moved to the Editor at some point. I'm leaving that for a future change however, if it's needed.
This commit is contained in:
smoogipoo 2017-10-07 01:46:54 +09:00
parent d432ab7510
commit c0b394811f
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ public ScreenSelectionTabControl()
Height = 1,
Colour = Color4.White.Opacity(0.2f),
});
Current.Value = EditorScreenMode.Compose;
}
[BackgroundDependencyLoader]