pull/10/head
rexim 5 years ago
parent 8608258b5b
commit 3ce3dbdb6c

@ -41,7 +41,7 @@ proc display() {.cdecl.} =
glVertex2i(0, image.height) glVertex2i(0, image.height)
glEnd() glEnd()
checkError("rasterizing the quadrangle") checkError("rasterizing the quadrangle")
# TODO: there is no way to transform the image for the user # TODO(#12): there is no way to transform the image for the user
glFlush() glFlush()
checkError("flush") checkError("flush")

Loading…
Cancel
Save