mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-22 11:57:00 +00:00
This commit is contained in:
parent
7348e99269
commit
c8579abb43
@ -99,6 +99,7 @@ int main(int, char**)
|
|||||||
{
|
{
|
||||||
g_d3dpp.BackBufferWidth = g_ResizeWidth;
|
g_d3dpp.BackBufferWidth = g_ResizeWidth;
|
||||||
g_d3dpp.BackBufferHeight = g_ResizeHeight;
|
g_d3dpp.BackBufferHeight = g_ResizeHeight;
|
||||||
|
g_ResizeWidth = g_ResizeHeight = 0;
|
||||||
ResetDevice();
|
ResetDevice();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user