]> git.lizzy.rs Git - nothing.git/commitdiff
Add TODO(#1014)
authorrexim <reximkut@gmail.com>
Sun, 11 Aug 2019 18:43:47 +0000 (01:43 +0700)
committerrexim <reximkut@gmail.com>
Sun, 11 Aug 2019 18:43:47 +0000 (01:43 +0700)
src/game/level/level_editor/point_layer.c

index 59fc5dc679f7f67b2e4292fcd025f5a35c0b6ae7..4591f84543b97dfebb1f82e6ec44913128c40948 100644 (file)
@@ -574,7 +574,7 @@ int point_layer_move_event(PointLayer *point_layer,
             context->index = (size_t) point_layer->selected;
             context->position = point_layer->prev_position;
 
-            // TODO: just click (without moving) on the point creates an undo history entry
+            // TODO(#1014): just click (without moving) on the point creates an undo history entry
             undo_history_push(undo_history, action);
         } break;
         }