love2d-community / splashes

A collection of splash screens for LÖVE
Other
76 stars 18 forks source link

don't rely on implicit int/float conversion #12

Closed TannerRogalsky closed 8 years ago

TannerRogalsky commented 8 years ago

Fix for #11.

There seem to be some deeper problems, though, as this still doesn't run with exceptions disabled. I suspect that Love is doing something when checking uniforms that relies on exceptions so the LIGHTEN workaround is causing problems.

TannerRogalsky commented 8 years ago

Also, I was wrong about smoothstep. Totally works in ES2.