AnimationTree nodes sliders fixes

(cherry picked from commit 0fc4b04f51)
This commit is contained in:
Jakub Grzesik 2017-07-21 13:57:46 +02:00 committed by Rémi Verschelde
parent 010a3433df
commit 17850b7b26
2 changed files with 7 additions and 2 deletions

View file

@ -275,8 +275,8 @@ Range::Range() {
shared = memnew(Shared);
shared->min = 0;
shared->max = 100;
shared->val =
shared->step = 1;
shared->val = 0;
shared->step = 1;
shared->page = 0;
shared->owners.insert(this);
shared->exp_unit_value = false;