Skip to content

Alpha calculation: Clamp, do not assert

Manuel Moos requested to merge legacy_0.2.9_alpha_assert_removal into legacy_0.2.9

Some gameplay styles can trigger the assertions; they are only there in debug mode. Iit may not be good to let values outside of [0,1] escape, so clamp them always, and remove the assertions.

Merge request reports