Revert "Wrapper; Lime; fix neko crash on shutting down from GC collecting in the background thread."
This reverts commit 6ea46afb42.
This commit is contained in:
@@ -321,10 +321,7 @@ class Lime {
|
|||||||
|
|
||||||
//process any audio
|
//process any audio
|
||||||
// :todo: this might want to be outside the loop like before
|
// :todo: this might want to be outside the loop like before
|
||||||
if(!shutting_down) {
|
audio.update();
|
||||||
audio.update();
|
|
||||||
}
|
|
||||||
|
|
||||||
//process any input state
|
//process any input state
|
||||||
input.update();
|
input.update();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user