mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 00:22:58 +08:00
Remove unneeded HighFrequencyMousePosition from GameplayMenuOverlay
This commit is contained in:
parent
7d11e55d06
commit
53edfedfc8
@ -18,7 +18,7 @@ using System.Collections.Generic;
|
|||||||
|
|
||||||
namespace osu.Game.Screens.Play
|
namespace osu.Game.Screens.Play
|
||||||
{
|
{
|
||||||
public abstract class GameplayMenuOverlay : OverlayContainer, IRequireHighFrequencyMousePosition
|
public abstract class GameplayMenuOverlay : OverlayContainer
|
||||||
{
|
{
|
||||||
private const int transition_duration = 200;
|
private const int transition_duration = 200;
|
||||||
private const int button_height = 70;
|
private const int button_height = 70;
|
||||||
|
Loading…
Reference in New Issue
Block a user