Fix a simple think-o; NFC
This was using a bitwise OR of two boolean member variables, now it's using a logical OR instead.
Loading
Please sign in to comment
This was using a bitwise OR of two boolean member variables, now it's using a logical OR instead.