mirror of https://github.com/ppy/osu
Make `ScreenOffsetContainer` privatly settable only
This commit is contained in:
parent
9ac5c9aa2f
commit
e924ea8d93
|
@ -99,7 +99,7 @@ public class OsuGame : OsuGameBase, IKeyBindingHandler<GlobalAction>
|
|||
|
||||
private ScalingContainer screenContainer;
|
||||
|
||||
protected Container ScreenOffsetContainer;
|
||||
protected Container ScreenOffsetContainer { get; private set; }
|
||||
|
||||
[Resolved]
|
||||
private FrameworkConfigManager frameworkConfig { get; set; }
|
||||
|
|
Loading…
Reference in New Issue