mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-10 16:55:31 +00:00
Update the context when the native window is resized.
This commit is contained in:
parent
2cf543d988
commit
29dd5dfe68
|
@ -746,6 +746,7 @@ namespace OpenTK.Platform.MacOS
|
|||
set
|
||||
{
|
||||
SetSize((short)value.Width, (short)value.Height);
|
||||
context.Update(WindowInfo);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue