Added functionality for graphics system to render to swapchain image when SHEDITOR is disabled. #241
|
@ -84,7 +84,7 @@ namespace SHADE
|
|||
if (width == 0 || height == 0)
|
||||
return;
|
||||
|
||||
PrepareResize(resizeWidth, resizeHeight);
|
||||
PrepareResize(width, height);
|
||||
});
|
||||
|
||||
window->RegisterWindowCloseCallback([&](void)
|
||||
|
|
Loading…
Reference in New Issue