Fix autoproperty which doesn't work on mono.

This commit is contained in:
Dean Herbert
2017-03-09 14:25:49 +09:00
parent da751804b6
commit a048e666d7
4 changed files with 7 additions and 5 deletions

View File

@ -56,7 +56,7 @@ namespace osu.Game.Overlays.Toolbar
},
modeSelector = new ToolbarModeSelector
{
OnPlayModeChange = (PlayMode mode) =>
OnPlayModeChange = mode =>
{
OnPlayModeChange?.Invoke(mode);
}