Fix SFixed conversion by making ShiftType signed (#100)
`SFixed`'s conversion operator isn't functioning correctly because the shifting is being done with an unsigned type. This rectifies that by changing `SFixed`'s `ShiftType` to a signed integer type.master
parent
b61dd1a2c8
commit
def0ef29f1
Loading…
Reference in new issue