mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-25 06:26:42 +01:00
- [HLSL] Fix loading preset not compiling the script.
This commit is contained in:
parent
fb2065f004
commit
61f69590f9
1 changed files with 2 additions and 1 deletions
|
@ -2157,6 +2157,7 @@ function Node(_x, _y, _group = noone) : __Node_Base(_x, _y) constructor {
|
|||
applyDeserialize();
|
||||
|
||||
triggerRender();
|
||||
postLoad();
|
||||
}
|
||||
|
||||
if(anim_timeline && attributes.show_timeline) refreshTimeline();
|
||||
|
|
Loading…
Reference in a new issue