Skip to content
  • Benjamin Otte's avatar
    bitmask: Fix intersection code · e8f2eeac
    Benjamin Otte authored
    With the fix in 77912a65, another bug
    got visible: booleans are 32 bits, so if the intersection between the 2
    bitmasks happened in higher bits, the return value would be truncated to
    FALSE.
    
    This actually made slider handles disappear, so it was pretty visible.
    e8f2eeac