Browse Source

Fix syntax error in sound modifiers

pull/323/head
Darryl Pogue 2 years ago committed by GitHub
parent
commit
025e36c4a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      korman/properties/modifiers/sound.py

2
korman/properties/modifiers/sound.py

@ -243,7 +243,7 @@ class PlasmaSound(idprops.IDPropMixin, bpy.types.PropertyGroup):
description="Loop the sound",
default=False,
options=set())
local_only = BoolProperty(name"Local Only",
local_only = BoolProperty(name="Local Only",
description="Sounds only plays for local avatar",
default=False,
options=set())

Loading…
Cancel
Save