mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
General fixups.
This commit is contained in:
@ -120,9 +120,9 @@ namespace osu.Game.Modes.Osu
|
||||
new KeyCounterMouse(MouseButton.Right)
|
||||
};
|
||||
|
||||
public override IBeatmapConverter<OsuHitObject> CreateBeatmapConverter<OsuHitObject>()
|
||||
public override IBeatmapConverter<T> CreateBeatmapConverter<T>()
|
||||
{
|
||||
return (IBeatmapConverter<OsuHitObject>)new OsuBeatmapConverter();
|
||||
return (IBeatmapConverter<T>)new OsuBeatmapConverter();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user