add back a comment that was removed for no reason

This commit is contained in:
Evan Husted
2025-01-10 21:16:31 -06:00
committed by GitHub
parent 01e22f1c67
commit 78e7a3085a

View File

@@ -1032,12 +1032,12 @@ namespace Ryujinx.Ava
} }
private void MainLoop() private void MainLoop()
{ {
while (UpdateFrame()) while (UpdateFrame())
{ {
// Polling becomes expensive if it's not slept.
Thread.Sleep(1); Thread.Sleep(1);
} }
} }
private void RenderLoop() private void RenderLoop()