From 0cddb9e8431698513f0a4d6ce48d3655e5180ae8 Mon Sep 17 00:00:00 2001 From: Richard Harrison Date: Sun, 29 Dec 2019 13:45:42 +0100 Subject: [PATCH] Revert "Disable NasalMainLoopRecipient" This reverts commit 67e2860cc3bdda7930c0207abec6525dfcbb7711. --- simgear/nasal/cppbind/detail/to_nasal_helper.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/simgear/nasal/cppbind/detail/to_nasal_helper.cxx b/simgear/nasal/cppbind/detail/to_nasal_helper.cxx index 73ef7e6b..26d3363f 100644 --- a/simgear/nasal/cppbind/detail/to_nasal_helper.cxx +++ b/simgear/nasal/cppbind/detail/to_nasal_helper.cxx @@ -39,9 +39,7 @@ namespace nasal // } // virtual ~NasalMainLoopRecipientSingleton() {} //}; - - // HACK: The below prevents shutdown on Linux. Disable until thread shutdown is implemented. - // NasalMainLoopRecipient mrl; + NasalMainLoopRecipient mrl; //---------------------------------------------------------------------------- naRef to_nasal_helper(naContext c, const std::string& str)