mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Lock screen rotation while in gameplay.
This commit is contained in:
@ -55,6 +55,12 @@ namespace osu.Android
|
||||
}
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
LoadComponentAsync(new GameplayScreenRotationLocker(), Add);
|
||||
}
|
||||
|
||||
protected override UpdateManager CreateUpdateManager() => new SimpleUpdateManager();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user