Migrate osu.Game project to VS2017 project structure

This commit is contained in:
smoogipoo
2017-10-30 22:24:11 +09:00
parent 5a8ed4c242
commit 04b271cce9
12 changed files with 45 additions and 1868 deletions

View File

@ -33,7 +33,7 @@ namespace osu.Game.Overlays.Settings
private SpriteText text;
private readonly RestoreDefaultValueButton<T> restoreDefaultValueButton = new RestoreDefaultValueButton<T>();
private readonly RestoreDefaultValueButton restoreDefaultValueButton = new RestoreDefaultValueButton();
public bool ShowsDefaultIndicator = true;
@ -132,7 +132,7 @@ namespace osu.Game.Overlays.Settings
}
}
private class RestoreDefaultValueButton<T> : Box, IHasTooltip
private class RestoreDefaultValueButton : Box, IHasTooltip
{
internal readonly Bindable<T> Bindable = new Bindable<T>();