Fixed comment.

This commit is contained in:
Armin Novak
2019-01-22 16:55:46 +01:00
parent 5ef6b71974
commit f2fd785128

View File

@@ -640,7 +640,8 @@ UwacReturnCode UwacWindowSubmitBuffer(UwacWindow* window, bool copyContentForNex
if (window->pendingBuffer)
{
/* we already have a pending frame, don't do anything*/
/* we already have a pending frame. resubmit as the buffer
* might have been discarded due to focus loss */
UwacSubmitBufferPtr(window, window->pendingBuffer);
return UWAC_SUCCESS;
}