# HG changeset patch # User nenolod # Date 1130457534 25200 # Node ID c0a32c66e92837c3944e56a20003254985b33177 # Parent 25e69f085ad9bd96317817e3ee9870ed9b10dc70 [svn] This commit builds on the second one, improving the accuracy of the dynamic limiter. diff -r 25e69f085ad9 -r c0a32c66e928 Visualization/libvisual-proxy/main.c --- a/Visualization/libvisual-proxy/main.c Thu Oct 27 16:49:50 2005 -0700 +++ b/Visualization/libvisual-proxy/main.c Thu Oct 27 16:58:54 2005 -0700 @@ -498,7 +498,7 @@ idle_time = now - render_time; if (idle_time < frame_length) - usleep(frame_length); + usleep(idle_time * 900); sdl_event_handle ();