pixops: Don't overflow variables when shifting them
If we shift by 16 bits we need to be sure those 16 bits actually exist. They do now.
Please register or sign in to comment
If we shift by 16 bits we need to be sure those 16 bits actually exist. They do now.