Fix SIGTERM signal handling
asix uses the SIGTERM signal to rerun the simulation. Since SDL2 registers a signal handler, killing the old simulation does not have any effect. The usual way to deal with that is to poll SDL events, but since SDL is only used for audio here, a single line change does the job.
This commit is contained in:
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -1,2 +1,3 @@
|
||||
add-install-target.patch
|
||||
fix-macro-conflict.patch
|
||||
remove-sdl-signal-handler.patch
|
||||
|
Reference in New Issue
Block a user