From 6aad08550037dcce9770c213a8998b3d0ad789cb Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 22 Jul 2016 19:49:02 -0400 Subject: [PATCH] Fix typo in the looping part of SoundMsg node --- korman/nodes/node_messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korman/nodes/node_messages.py b/korman/nodes/node_messages.py index b25d54d..c455742 100644 --- a/korman/nodes/node_messages.py +++ b/korman/nodes/node_messages.py @@ -505,7 +505,7 @@ class PlasmaSoundMsgNode(PlasmaMessageNode, bpy.types.Node): description="Is the sound looping?", items=[("kSetLooping", "Yes", "The sound is looping",), ("CURRENT", "(Don't Change)", "Don't change the loop status"), - ("kSetUnLooping", "No", "The sound is NOT looping")], + ("kUnSetLooping", "No", "The sound is NOT looping")], default="CURRENT") action = EnumProperty(name="Action", description="What do you want the sound to do?",