mirror of
https://github.com/ppy/osu.git
synced 2025-03-25 18:57:18 +08:00
Apply changes to Android
This commit is contained in:
parent
248bf43ec9
commit
55809f5e0d
@ -12,6 +12,7 @@ using osu.Game;
|
||||
using osu.Game.Screens;
|
||||
using osu.Game.Updater;
|
||||
using osu.Game.Utils;
|
||||
using osuTK;
|
||||
|
||||
namespace osu.Android
|
||||
{
|
||||
@ -20,6 +21,8 @@ namespace osu.Android
|
||||
[Cached]
|
||||
private readonly OsuGameActivity gameActivity;
|
||||
|
||||
protected override Vector2 ScalingContainerTargetDrawSize => new Vector2(1024, 1024 * DrawHeight / DrawWidth);
|
||||
|
||||
public OsuGameAndroid(OsuGameActivity activity)
|
||||
: base(null)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user