Skip to content

Commit 66eca72

Browse files
Fix grammar in OsuGameActivity RGB565 log message (reset → has reset)
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/4f0e240e-6ec5-4f03-abaf-c0a6e6e7a448 Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
1 parent 59a03d8 commit 66eca72

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
@@ -689,7 +689,7 @@ public void SurfaceChanged(ISurfaceHolder holder, global::Android.Graphics.Forma
689689
string rgb565Message =
690690
"[osu!] Android surface pixel format RGB565 detected (Vulkan path) — " +
691691
"requesting RGBA8888 and triggering a surface recreate. " +
692-
"If this fires after startup an OEM display-mode change reset the surface format, " +
692+
"If this fires after startup an OEM display-mode change has reset the surface format, " +
693693
"which would cause a mid-session swapchain rebuild at wrong dimensions.";
694694
Logger.Log(rgb565Message, LoggingTarget.Runtime, LogLevel.Important);
695695
Logger.Log(rgb565Message, LoggingTarget.Performance, LogLevel.Important);

0 commit comments

Comments
 (0)