Update leenkx/blender/lnx/logicnode/custom/LN_touch_pad.py

This commit is contained in:
Onek8 2025-04-03 09:43:48 +00:00
parent 3185f61f39
commit bfb11275df

View File

@ -9,7 +9,8 @@ class TouchPadNode(LnxLogicTreeNode):
lnx_category = 'Leenkx' lnx_category = 'Leenkx'
lnx_version = 1 lnx_version = 1
def __init__(self): def __init__(self, *args, **kwargs):
super(TouchPadNode, self).__init__(*args, **kwargs)
array_nodes[str(id(self))] = self array_nodes[str(id(self))] = self