mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 16:27:25 -06:00
Fix aspect ratio option sometimes crashing the game when changing it. (#218)
This commit is contained in:
@@ -1397,6 +1397,8 @@ static void BeginCommandList()
|
||||
|
||||
g_intermediaryBackBufferTextureWidth = width;
|
||||
g_intermediaryBackBufferTextureHeight = height;
|
||||
|
||||
g_backBuffer->framebuffers.clear();
|
||||
}
|
||||
|
||||
g_backBuffer->texture = g_intermediaryBackBufferTexture.get();
|
||||
|
||||
Reference in New Issue
Block a user