mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 05:09:58 +08:00
Make ScreenOffsetContainer privatly settable only
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ namespace osu.Game
|
||||
|
||||
private ScalingContainer screenContainer;
|
||||
|
||||
protected Container ScreenOffsetContainer;
|
||||
protected Container ScreenOffsetContainer { get; private set; }
|
||||
|
||||
[Resolved]
|
||||
private FrameworkConfigManager frameworkConfig { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user