Update comment.

This commit is contained in:
Dario 2025-03-13 19:12:05 -03:00
parent cb4eaae9ff
commit 888f11e7f4

View file

@ -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])