source-sdk-2013
source-sdk-2013 copied to clipboard
Fix typo in logical expression
A bitwise operator (|
) is used instead of a logical one (||
).
This means that the right operand will be evaluated regardless of the result of the left operand.