1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:47:28 +08:00

make catcher field readonly

This commit is contained in:
unknown 2019-05-11 10:26:24 +02:00
parent a842d727c7
commit a8fab4cba1

View File

@ -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)
{