Browse Source

Fix typo in the looping part of SoundMsg node

pull/43/head
Adam Johnson 8 years ago
parent
commit
6aad085500
  1. 2
      korman/nodes/node_messages.py

2
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?",

Loading…
Cancel
Save