c/client: Fix comment.

This commit is contained in:
Ryan Pavlik 2021-04-13 16:53:26 -05:00 committed by Jakob Bornecrantz
parent 1f273f37df
commit 969c78efbd

View file

@ -296,8 +296,7 @@ client_gl_compositor_layer_commit(struct xrt_compositor *xc, int64_t frame_id, x
xret = c->insert_fence(xc, &sync_handle);
} else {
/*!
* @hack: The swapchain images should have been externally
* synchronized.
* @todo The swapchain images should have been externally synchronized.
*/
glFlush();
}