Closed LMH01 closed 6 months ago
The way stack op is currently implemented is not quite how it should work, because the alpha accumulator is internally used to calculate the value, so the value that was previously in it should be overwritten with the result of the calculation.
The current fix seems to function well and should be ready for merge :)
Nice, as it is already included on the dev branch, it will be included in the next release.
The way stack op is currently implemented is not quite how it should work, because the alpha accumulator is internally used to calculate the value, so the value that was previously in it should be overwritten with the result of the calculation.