Skip to content

Commit

Permalink
VOXEDIT: todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Aug 11, 2024
1 parent f1f59bb commit 7bcb179
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ void SelectionManager::invert(voxel::RawVolume &volume) {
return;
}
if (!_selectionValid) {
// TODO: SELECTION: use the volume region and remove _maxRegion member?
select(volume, _maxRegion.getLowerCorner(), _maxRegion.getUpperCorner());
} else {
// TODO: SELECTION
Expand Down

0 comments on commit 7bcb179

Please sign in to comment.