--- deliantra/Deliantra-Client/bin/deliantra 2007/12/26 21:03:21 1.18 +++ deliantra/Deliantra-Client/bin/deliantra 2007/12/27 18:35:56 1.19 @@ -124,7 +124,6 @@ }; my $MAX_FPS = 60; -my $MIN_FPS = 5; # unused as of yet our $META_SERVER = "http://metaserver.schmorp.de/current.json"; @@ -2296,10 +2295,10 @@ $LAST_REFRESH = $NOW; } -my $want_refresh = EV::idle_ns \&force_refresh; +my $want_refresh = EV::prepare_ns \&force_refresh; -my $input = EV::periodic 0, 1/60, undef, sub { - $NOW = time; +my $input = EV::periodic 0, 1 / $MAX_FPS, undef, sub { + $NOW = EV::now; ($SDL_CB{$_->{type}} || sub { warn "unhandled event $_->{type}" })->($_) for DC::poll_events;