ERC Freeze set to zero by default
![BradCarsten](https://secure.gravatar.com/avatar/a901ca2711f142523b9eff99ef3cb228?&r=pg&s=100&d=https%3A%2F%2Fvanillicon.com%2Fa901ca2711f142523b9eff99ef3cb228_100.png)
I've created a new ERC Freeze controller and linked it to the X translate property of my object, but when I call SetValue(), I can set the value to anything, but zero.
So oControllerProperty.setValue(150); sets the new controller to 150,
oControllerProperty.setValue(-40); sets the new controller to -40
but oControllerProperty.setValue(0); sets the new controller to 1.
EDIT* If I call SetDefaultValue(0) nothing happens. If I call SetDefaultValue(1) , it works.
Post edited by BradCarsten on