From ecfa1d6f69156c64934d932905c0efc9c60200e7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 23 Oct 2014 11:36:08 +0200 Subject: whirligig: Avoid "late" arrival of frames with serial numbers less than that of the first frame --- src/whirligig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/whirligig.c b/src/whirligig.c index a41d41e6..550404ef 100644 --- a/src/whirligig.c +++ b/src/whirligig.c @@ -812,7 +812,7 @@ int main(int argc, char *argv[]) ss.late_frames = 0; ss.missed_frames = 0; - win.add_ptr = 0; + win.add_ptr = 1; /* Horrendous bodge, but it works */ win.join_ptr = 0; do { -- cgit v1.2.3