Skip to content

Commit

Permalink
Remove TODO(#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 24, 2019
1 parent 3c83c95 commit aa5d7e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/game/level/level_editor/rect_layer.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,6 @@ static int rect_layer_event_move(RectLayer *layer,
}

// TODO(#1141): Rect Snapping in Level Editor should be optional
// TODO(#1142): Resize mode of Rect Layer does not support Snapping
snap_rects((size_t) layer->selection, &layer->inter_rect,
rects, dynarray_count(layer->rects),
SNAPPING_THRESHOLD / camera->scale);
Expand Down

0 comments on commit aa5d7e6

Please sign in to comment.