onSoundCompleted() occasionally crashes #41
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Error executing function onSoundCompleted : attempt to call a number value
changed milestone to %1
The call to
lua_pcall
incallLua
should probably not triggerutilDie
on failure.Failures are now reported to the console but do not cause Singe to exit.
closed