CaffeineMC / sodium

A Minecraft mod designed to improve frame rates and reduce micro-stutter
Other
4.77k stars 811 forks source link

Convert max position coordinate to float in vertex scale calculation #2684

Closed mrmangohands closed 2 months ago

mrmangohands commented 2 months ago

Fixes #2678

Implicit conversion fails in some niche scenarios, like launching the game from IDEA with the nvidia hint on an optimus laptop. For some reason launching from prism with the hint works fine, as does launching from IDEA with the hint disabled. Adding the explicit conversion fixes the issue though so we don't need to worry about the specifics too much.