Fixed typo in TagMask
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
}
|
||||
|
||||
TagMask &operator&=(TagMask other) {
|
||||
value |= other.value;
|
||||
value &= other.value;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user