Skip to content

Commit

Permalink
Add dummy update statement to silence warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumCoderQC committed Feb 22, 2023
1 parent fa0b46a commit af32afa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blender/arm/nodes_logic.py
Expand Up @@ -34,6 +34,9 @@ class ArmLogicTree(bpy.types.NodeTree):
bl_label = 'Logic Node Editor'
bl_icon = 'DECORATE'

def update(self):
pass


class ARM_MT_NodeAddOverride(bpy.types.Menu):
"""
Expand Down

0 comments on commit af32afa

Please sign in to comment.