Browse Source

Merge pull request #323 from H-uru/localsound-fix

Fix syntax error in sound modifiers
pull/325/head
Adam Johnson 2 years ago committed by GitHub
parent
commit
d38c96a2f1
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