mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
Make ScreenOffsetContainer
privatly settable only
This commit is contained in:
parent
9ac5c9aa2f
commit
e924ea8d93
@ -99,7 +99,7 @@ namespace osu.Game
|
|||||||
|
|
||||||
private ScalingContainer screenContainer;
|
private ScalingContainer screenContainer;
|
||||||
|
|
||||||
protected Container ScreenOffsetContainer;
|
protected Container ScreenOffsetContainer { get; private set; }
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private FrameworkConfigManager frameworkConfig { get; set; }
|
private FrameworkConfigManager frameworkConfig { get; set; }
|
||||||
|
Loading…
Reference in New Issue
Block a user