diff --git a/scripts/node_data/node_data.gml b/scripts/node_data/node_data.gml index 384588037..1935e045b 100644 --- a/scripts/node_data/node_data.gml +++ b/scripts/node_data/node_data.gml @@ -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();