sideeffects / HoudiniEngineForUnreal

Houdini Engine Plugin for Unreal Engine.
http://www.sidefx.com/unreal
Other
1.34k stars 372 forks source link

Added parentheses around ambiguous and/or expression #146

Closed moppius closed 2 years ago

moppius commented 2 years ago

This fixes a Linux compile warning which will fail compilation if using -Werror=logical-not-parentheses.

Fixes #142.

moppius commented 2 years ago

Just realised this is a duplicate of #145 who got there first with the same fix. Closing this one.