goom: fix undefined behaviour of left-shift
Don't left-shift into the sign bit, the result is undefined and potentially an overflow could flip the sign.
Showing
Please register or sign in to comment
Don't left-shift into the sign bit, the result is undefined and potentially an overflow could flip the sign.