Mixer: Fix delayed OSC response in noui mode.

Closes #152
pull/186/head
Jonathan Moore Liles 2015-09-14 17:24:49 -07:00
parent dc25c750fb
commit 037ecb5d9f
1 changed files with 1 additions and 2 deletions

View File

@ -316,8 +316,7 @@ main ( int argc, char **argv )
DMESSAGE( "Not Running UI..." );
while ( ! got_sigterm )
{
Fl::check();
usleep( 200 * 1000 );
Fl::wait(2147483.648); /* magic number means forever */
}
}