early-access version 4021

This commit is contained in:
pineappleEA
2023-12-15 06:40:33 +01:00
parent ba87c29152
commit 41343d3db3
30 changed files with 66 additions and 56 deletions

View File

@@ -289,7 +289,7 @@ void PresentManager::PresentThread(std::stop_token token) {
void PresentManager::RecreateSwapchain(Frame* frame) {
swapchain.Create(*surface, frame->width, frame->height);
image_count = swapchain.GetImageCount();
SetImageCount();
}
void PresentManager::SetImageCount() {