Skip to content

Commit

Permalink
Android MonitorHandle (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkast authored Sep 1, 2024
1 parent d505eab commit 827e9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platforms/Graphics/.GL.Android/ConcreteGraphicsAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public override int Platform_SubSystemId

public override IntPtr Platform_MonitorHandle
{
get { throw new NotImplementedException(); }
get { return _eglDisplay.Handle; }
}

public override bool Platform_IsDefaultAdapter
Expand Down

0 comments on commit 827e9ef

Please sign in to comment.