JGugino/Luci2D

BUG03 - AudioManager crash

JGugino opened this issue · 1 comments

AudioManager issue which occurs after you build the .jar file, the application will crash when trying to play sound. I believe it's todo with the way I am accessing the file. I should have a fixed version soon, keep your eye on the indev-branch while I'm working on it for updates.

Fixed! switch from using File object to get the desired file to using a URL to the resources of the project.