From 1468c70f5472dc69dafaf6afe5582062c98f38f6 Mon Sep 17 00:00:00 2001 From: Tanasart Date: Tue, 10 Dec 2024 16:46:35 +0700 Subject: [PATCH] c --- scripts/node_data/node_data.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/node_data/node_data.gml b/scripts/node_data/node_data.gml index 33287b40a..e3c7f4392 100644 --- a/scripts/node_data/node_data.gml +++ b/scripts/node_data/node_data.gml @@ -2817,7 +2817,7 @@ function Node(_x, _y, _group = noone) : __Node_Base(_x, _y) constructor { } } - static dropPath = noone; + static dropPath = noone; static clone = function(target = PANEL_GRAPH.getCurrentContext()) { CLONING = true;