Skip to content

Fixed SetValue bug in SEScalar0To1.cs

Mattias Lantz Cronqvist requested to merge mattias/engine:patch-1 into master

The value is supposed to be limited [0-1] but with the OR the over limit is ignored, changed to AND.

Merge request reports