rexim 4 years ago
parent
commit
b690ca5d77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.c

+ 1 - 1
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;