We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679d57c commit 669b2efCopy full SHA for 669b2ef
1 file changed
openvdb/openvdb/tree/Iterator.h
@@ -83,7 +83,7 @@ class IteratorBase
83
/// @details If this iterator is pointing to a child node, then the current item
84
/// in the parent node's table is required to be inactive. In that case,
85
/// this method has no effect.
86
- void setValueOff() const { parent().mValueMask.setOff(this->pos()); }
+ void setValueOff() const { parent().setValueMask(this->pos(), false); }
87
88
/// Return the coordinates of the item to which this iterator is pointing.
89
Coord getCoord() const { return parent().offsetToGlobalCoord(this->pos()); }
0 commit comments