Bug - Fixed small OR typo

MCroft

Developer
Staff member
On boolean values, it's going to be the same, except it has to evaluate both sides, and doesn't shortcut if the first value is true. Which is meaningless since we calculate the booleans before the compare.

But clearly not the desired code.

r20690
 
Top