mickelson / attract

A graphical front-end for command line emulators that hides the underlying operating system and is intended to be controlled with a joystick or gamepad.
http://attractmode.org
GNU General Public License v3.0
393 stars 115 forks source link

the application exit while sound looping #632

Open kent79 opened 4 years ago

kent79 commented 4 years ago

local sound = fe.add_sound( "sound.mp3" ); sound.loop=true

The sound is playing well in once. But when set looping, the application will be exit.