1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

dxgi: Fix a typo in a comment.

This commit is contained in:
Francois Gouget 2023-07-26 11:41:39 +02:00 committed by Alexandre Julliard
parent 428120441b
commit aeeaad0ea5

View File

@ -2180,7 +2180,7 @@ static HRESULT d3d12_swapchain_op_present_execute(struct d3d12_swapchain *swapch
if (swapchain->frame_latency_fence)
{
/* Use the same bias as d3d12_swapchain_present(). Add one to
* account for the "++swapchain->frame_numer" there. */
* account for the "++swapchain->frame_number" there. */
uint64_t number = op->present.frame_number + DXGI_MAX_SWAP_CHAIN_BUFFERS + 1;
if (FAILED(hr = ID3D12CommandQueue_Signal(swapchain->command_queue,