Skip to content

Commit 793f856

Browse files
Fix CS0234: use global:: qualifier for Android.Graphics.Format in OsuGameActivity
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/a24b8feb-25ae-4d67-afd0-495430d3e5c3 Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
1 parent 1e351b6 commit 793f856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

osu.Android/OsuGameActivity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ protected override void OnCreate(Bundle? savedInstanceState)
267267
// on the SurfaceHolder before SDL creates the VkAndroidSurfaceKHR.
268268
try
269269
{
270-
holder.SetFormat(Android.Graphics.Format.Rgba8888);
270+
holder.SetFormat(global::Android.Graphics.Format.Rgba8888);
271271
}
272272
catch (Exception e)
273273
{

0 commit comments

Comments
 (0)