mirror of
https://github.com/ppy/osu.git
synced 2025-01-18 05:35:36 +08:00
Mark IsTablet
with new
to avoid inspection
Co-authored-by: Susko3 <Susko3@protonmail.com>
This commit is contained in:
parent
42e5cb58b7
commit
daa7921c2d
@ -49,7 +49,7 @@ namespace osu.Android
|
||||
/// <remarks>Adjusted on startup to match expected UX for the current device type (phone/tablet).</remarks>
|
||||
public ScreenOrientation DefaultOrientation = ScreenOrientation.Unspecified;
|
||||
|
||||
public bool IsTablet { get; private set; }
|
||||
public new bool IsTablet { get; private set; }
|
||||
|
||||
private readonly OsuGameAndroid game;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user