Skip to content

Fix vibing slope planes

Lactozilla requested to merge fix-vibing-slopes into next

I messed up the multiplication order for texture scaling: it multiplied a floating point number with a fixed point number, instead of multiplying two floats and then converting the result into a fixed point number.

Merge request reports