From 56217f87822c22bbefaaf0d39af996b48b1dfc78 Mon Sep 17 00:00:00 2001 From: Tanasart Date: Tue, 10 Dec 2024 16:45:50 +0700 Subject: [PATCH] p --- 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 d6bc1b1db..33287b40a 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;