mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-30 07:39:53 -06:00
Update comment.
This commit is contained in:
@@ -1973,7 +1973,7 @@ void Video::WaitForGPU()
|
||||
{
|
||||
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++)
|
||||
{
|
||||
if (g_commandListStates[i])
|
||||
|
||||
Reference in New Issue
Block a user