From 46813a131a63333a5b6571bb9fc685dfb34ac566 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Fri, 5 Jan 2007 17:52:46 +0000 Subject: - added method to update internal timers from main thread --- live.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'live.cpp') diff --git a/live.cpp b/live.cpp index d568b1c..5b6ace6 100644 --- a/live.cpp +++ b/live.cpp @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: live.cpp,v 1.8 2007/01/05 11:35:32 lordjaxom Exp $ + * $Id: live.cpp,v 1.9 2007/01/05 17:52:46 lordjaxom Exp $ */ #include @@ -54,6 +54,7 @@ void Plugin::Stop(void) void Plugin::MainThreadHook(void) { + LiveTimerManager().DoPendingWork(); } cString Plugin::Active(void) -- cgit v1.2.3