tweak update interval for less input lag
This commit is contained in:
parent
e2bacf06df
commit
df1ec7c08b
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ fn run(args: Args) -> ! {
|
|||
}
|
||||
} else {
|
||||
std::thread::spawn(move || loop {
|
||||
core.run(10000);
|
||||
core.run(100);
|
||||
});
|
||||
|
||||
window_manager.run_events_blocking();
|
||||
|
|
Loading…
Add table
Reference in a new issue