mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Apply review suggestions.
This commit is contained in:
@ -12,7 +12,7 @@ namespace osu.Android
|
||||
[Activity(Theme = "@android:style/Theme.NoTitleBar", MainLauncher = true, ScreenOrientation = ScreenOrientation.FullUser, SupportsPictureInPicture = false, ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize, HardwareAccelerated = false)]
|
||||
public class OsuGameActivity : AndroidGameActivity
|
||||
{
|
||||
internal static Activity Activity;
|
||||
internal static Activity Activity { get; private set; }
|
||||
|
||||
protected override Framework.Game CreateGame() => new OsuGameAndroid();
|
||||
|
||||
|
Reference in New Issue
Block a user