mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-25 16:11:02 +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
|
set
|
||||||
{
|
{
|
||||||
SetSize((short)value.Width, (short)value.Height);
|
SetSize((short)value.Width, (short)value.Height);
|
||||||
|
context.Update(WindowInfo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue