metallicafan212 / M212-Editor-Issue-Tracker

Public issue/feature tracker for my editor
6 stars 0 forks source link

[BUG] Sound exporting only exports the first loaded sound with that name #226

Closed OmegaRC59 closed 1 year ago

OmegaRC59 commented 2 years ago

It's probably exporting it without using the full address of the sound. So instead of it exporting Package.Section.SoundName it's just exporting SoundName and thus autocompleting to the first available.

metallicafan212 commented 1 year ago

Fixed