mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-02-23 10:25:42 +01:00
Fix unit conversion not working when modifying value while playing animation.
This commit is contained in:
parent
7de4b56e23
commit
e305ae3793
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -1575,7 +1575,7 @@ function NodeValue(_name, _node, _connect, _type, _value, _tooltip = "") constru
|
|||
attributes.use_project_dimension = false;
|
||||
|
||||
if(connect_type == CONNECT_TYPE.input && self.index >= 0) {
|
||||
var _val = animator.getValue(time);
|
||||
var _val = getValue(time);
|
||||
|
||||
node.inputs_data[self.index] = _val; // setInputData(self.index, _val);
|
||||
node.input_value_map[$ internalName] = _val;
|
||||
|
|
Loading…
Add table
Reference in a new issue