Don't force an initial sync.

This commit is contained in:
David Reveman 2008-09-04 01:55:46 +02:00
parent fd5aea8d9d
commit 83a20beb9c

View file

@ -220,7 +220,7 @@ void dmxSync(DMXScreenInfo *dmxScreen, Bool now)
*/
if (dmxSyncTimer && !dmxActiveSyncTimer) xfree(dmxSyncTimer);
dmxSyncTimer = NULL;
now = TRUE;
now = FALSE;
dmxGeneration = serverGeneration;
}