Fixes #i2411
Fixes #2411 (closed)
What does this implement/fix?
Commit c20e908e introduced a truncation from unsigned int to bool this fixes it. Also, the truncation itself might be a bug (0110 => 0, but it should be 1).
Fixes #2411 (closed)
Commit c20e908e introduced a truncation from unsigned int to bool this fixes it. Also, the truncation itself might be a bug (0110 => 0, but it should be 1).