mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
AnimationTree nodes sliders fixes
(cherry picked from commit 0fc4b04f51)
This commit is contained in:
parent
010a3433df
commit
17850b7b26
2 changed files with 7 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue