Increment h-bias parameter offset by 4 instead of 2 for each row drawn (the offset is in bytes, there are 4 bytes per row's hbias data)
Subtract HBias parameters from mx instead of adding them. The math works out.
Tested this on the title screen of Golf to confirm it was correct
Fix two bugs with H-Bias rendering:
- Increment h-bias parameter offset by 4 instead of 2 for each row drawn (the offset is in bytes, there are 4 bytes per row's hbias data)
- Subtract HBias parameters from `mx` instead of adding them. The math works out.
Tested this on the title screen of Golf to confirm it was correct
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fix two bugs with H-Bias rendering:
mxinstead of adding them. The math works out.Tested this on the title screen of Golf to confirm it was correct