Index: tools/PictureRenderer.h |
=================================================================== |
--- tools/PictureRenderer.h (revision 13738) |
+++ tools/PictureRenderer.h (working copy) |
@@ -147,7 +147,7 @@ |
/** |
* Resets the GPU's state. Does nothing if the backing is raster. For a GPU renderer, calls |
- * flush, and calls finish if callFinish is true. |
+ * flush, swapBuffers and, if callFinish is true, finish. |
* @param callFinish Whether to call finish. |
*/ |
void resetState(bool callFinish); |