mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-12 23:37:10 +01:00
- [Animation] Fix node not load images in when create from add node dialog.
This commit is contained in:
parent
4c8237fa9b
commit
948c1caf90
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ function Node_create_Image_Animated(_x, _y, _group = noone) { #region
|
|||
}
|
||||
|
||||
var node = new Node_Image_Animated(_x, _y, _group);
|
||||
var paths = paths_to_array(path);
|
||||
var paths = string_splice(path, "\n");
|
||||
node.inputs[| 0].setValue(paths);
|
||||
node.doUpdate();
|
||||
|
||||
|
|
Loading…
Reference in a new issue