mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-24 14:06:23 +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();
|
||||
|
@ -2209,7 +2210,7 @@ function Node(_x, _y, _group = noone) : __Node_Base(_x, _y) constructor {
|
|||
}
|
||||
|
||||
static processDeserialize = function() {}
|
||||
static postDeserialize = function() {}
|
||||
static postDeserialize = function() {}
|
||||
|
||||
static applyDeserialize = function(preset = false) {
|
||||
preApplyDeserialize();
|
||||
|
|
Loading…
Reference in a new issue