Browse Source

Fix Property Name

Uses the proper kPropLocalOnly.
pull/295/head
Patrick Dulebohn 3 years ago
parent
commit
568ccbeea0
  1. 2
      korman/properties/modifiers/sound.py

2
korman/properties/modifiers/sound.py

@ -373,7 +373,7 @@ class PlasmaSound(idprops.IDPropMixin, bpy.types.PropertyGroup):
if self.incidental:
sound.properties |= plSound.kPropIncidental
if self.local_only:
sound.properties |= plSound.kPropIsLocalOnly
sound.properties |= plSound.kPropLocalOnly
sound.dataBuffer = self._find_sound_buffer(exporter, so, wavHeader, dataSize, channel)
# Cone effect

Loading…
Cancel
Save