ded

Dramatic EDitor
Index Commits Files Refs README LICENSE
commit b690ca5d77a24ef0cd26eb8902b8f4675bf58dbd
parent 8fcb2a80f889be068dbb45bc2ea17644e3c138b3
Author: rexim <reximkut@gmail.com>
Date:   Tue,  6 Jul 2021 23:08:19 +0700

Add TODO(#18)

Diffstat:
Msrc/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
@@ -428,7 +428,7 @@ int main(int argc, char **argv)
             break;
 
             case SDL_MOUSEBUTTONDOWN: {
-                // TODO: mouse click is broken, because the coordinates need to be mapped differently
+                // TODO(#18): mouse click is broken, because the coordinates need to be mapped differently
                 // The feature was initially introduced in #14
             }
             break;