mirror of
https://github.com/ppy/osu
synced 2025-01-05 21:59:46 +00:00
make catcher field readonly
This commit is contained in:
parent
a842d727c7
commit
a8fab4cba1
@ -24,7 +24,7 @@ namespace osu.Game.Rulesets.Catch.Mods
|
||||
|
||||
private class CatchModRelaxHelper : Drawable, IKeyBindingHandler<CatchAction>, IRequireHighFrequencyMousePosition
|
||||
{
|
||||
private CatcherArea.Catcher catcher;
|
||||
private readonly CatcherArea.Catcher catcher;
|
||||
|
||||
public CatchModRelaxHelper(CatchPlayfield catchPlayfield)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user