]> git.lizzy.rs Git - nothing.git/blobdiff - src/game/level/level_editor/rect_layer.c
Add TODO(#1171)
[nothing.git] / 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;