From 69e74babc96cad8363b8a6c24437efe36939e0fb Mon Sep 17 00:00:00 2001 From: underscorediscovery Date: Tue, 28 Jan 2014 00:41:58 -0330 Subject: [PATCH] Revert "Wrapper; Lime; fix neko crash on shutting down from GC collecting in the background thread." This reverts commit 6ea46afb42d70b51eee9513d70799cf8f7ea0338. --- lime/Lime.hx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lime/Lime.hx b/lime/Lime.hx index 401dd4ad5..08f30d471 100644 --- a/lime/Lime.hx +++ b/lime/Lime.hx @@ -321,10 +321,7 @@ class Lime { //process any audio // :todo: this might want to be outside the loop like before - if(!shutting_down) { - audio.update(); - } - + audio.update(); //process any input state input.update();