mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 21:37:58 +03:00
Update comment.
This commit is contained in:
parent
cb4eaae9ff
commit
888f11e7f4
1 changed files with 1 additions and 1 deletions
|
@ -1973,7 +1973,7 @@ void Video::WaitForGPU()
|
||||||
{
|
{
|
||||||
g_waitForGPUCount++;
|
g_waitForGPUCount++;
|
||||||
|
|
||||||
// Wait for all queue frames to finish.
|
// Wait for all queued frames to finish.
|
||||||
for (size_t i = 0; i < NUM_FRAMES; i++)
|
for (size_t i = 0; i < NUM_FRAMES; i++)
|
||||||
{
|
{
|
||||||
if (g_commandListStates[i])
|
if (g_commandListStates[i])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue