1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-11 04:22:59 +08:00

make catcher field readonly

This commit is contained in:
unknown 2019-05-11 10:26:24 +02:00
parent 6739238a0d
commit cf192c84a8

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