]> git.lizzy.rs Git - nothing.git/commitdiff
Add TODO(#955)
authorrexim <reximkut@gmail.com>
Mon, 15 Jul 2019 13:24:13 +0000 (20:24 +0700)
committerrexim <reximkut@gmail.com>
Mon, 15 Jul 2019 13:24:13 +0000 (20:24 +0700)
src/game/level/level_editor/rect_layer.c

index 407d0163e6337e0ea2a1632b937b13def812542f..8b04488076890134e601d65b73fcc514896274ec 100644 (file)
@@ -19,7 +19,7 @@
 typedef enum {
     RECT_LAYER_IDLE = 0,
     RECT_LAYER_CREATE,
-    // TODO: Rectangles in Level Editor have only one resize anchor to work with
+    // TODO(#955): Rectangles in Level Editor have only one resize anchor to work with
     RECT_LAYER_RESIZE,
     RECT_LAYER_MOVE,
     RECT_LAYER_ID_RENAME,