]> git.lizzy.rs Git - nothing.git/commitdiff
Add TODO(#1171)
authorrexim <reximkut@gmail.com>
Sun, 1 Dec 2019 19:01:29 +0000 (02:01 +0700)
committerrexim <reximkut@gmail.com>
Sun, 1 Dec 2019 19:01:29 +0000 (02:01 +0700)
src/game/level/level_editor/rect_layer.c

index 824d1275a78101074070bee3e6adbb082ceeef83..5b6b5e09ee81975b14661b84d5c977ad16f98a89 100644 (file)
@@ -446,7 +446,7 @@ static int rect_layer_event_idle(RectLayer *layer,
         } break;
 
         case SDLK_q: {
-            // TODO: there is no UI indication that we are in the snapping mode
+            // TODO(#1171): there is no UI indication that we are in the snapping mode
             layer->snapping_enabled = !layer->snapping_enabled;
         } break;