]> git.lizzy.rs Git - nothing.git/commitdiff
Add TODO(#886)
authorrexim <reximkut@gmail.com>
Sat, 8 Jun 2019 18:16:38 +0000 (01:16 +0700)
committerrexim <reximkut@gmail.com>
Sat, 8 Jun 2019 18:16:38 +0000 (01:16 +0700)
src/game/level/level_editor/rect_layer.c

index 3745e46b1c7886e6c708636ecb9b4b91add1c681..eb6faefc7592c609166f6f5a947a93f00b83c650 100644 (file)
@@ -14,7 +14,7 @@
 
 #define RECT_LAYER_ID_MAX_SIZE 36
 
-/* TODO: RectLayer does not allow to modify ids of Rects */
+/* TODO(#886): RectLayer does not allow to modify ids of Rects */
 struct RectLayer {
     Lt *lt;
     Dynarray *ids;