mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:13:21 +08:00
Use high precision updating on CursorTrail
Avoids bloackage
This commit is contained in:
parent
69c0e95d9d
commit
f4965ee7d6
@ -19,7 +19,7 @@ using OpenTK.Graphics.ES30;
|
||||
|
||||
namespace osu.Game.Rulesets.Osu.UI.Cursor
|
||||
{
|
||||
internal class CursorTrail : Drawable
|
||||
internal class CursorTrail : Drawable, IRequireHighFrequencyMousePosition
|
||||
{
|
||||
private int currentIndex;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user