forked from LeenkxTeam/LNXSDK
		
	Update leenkx/blender/lnx/logicnode/draw/LN_draw_polygon.py
This commit is contained in:
		| @ -26,8 +26,8 @@ class DrawPolygonNode(LnxLogicTreeNode): | ||||
|  | ||||
|     num_choices: IntProperty(default=1, min=0) | ||||
|  | ||||
|     def __init__(self): | ||||
|         super(DrawPolygonNode, self).__init__() | ||||
|     def __init__(self, *args, **kwargs): | ||||
|         super(DrawPolygonNode, self).__init__(*args, **kwargs) | ||||
|         array_nodes[str(id(self))] = self | ||||
|  | ||||
|     def lnx_init(self, context): | ||||
|  | ||||
		Reference in New Issue
	
	Block a user