From 3ce3dbdb6c2800809ffff8b4fe0e2858f4d27ad2 Mon Sep 17 00:00:00 2001 From: rexim Date: Thu, 12 Sep 2019 00:21:56 +0700 Subject: [PATCH] Add TODO(#12) --- src/boomer.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boomer.nim b/src/boomer.nim index c5ccab4..21e550d 100644 --- a/src/boomer.nim +++ b/src/boomer.nim @@ -41,7 +41,7 @@ proc display() {.cdecl.} = glVertex2i(0, image.height) glEnd() 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() checkError("flush")