faster
This commit is contained in:
parent
6d503a1e62
commit
3de035e73c
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ fn main() {
|
|||
frame_counter += 1;
|
||||
|
||||
// A small delay to control the frame rate
|
||||
std::thread::sleep(Duration::from_millis(16));
|
||||
//std::thread::sleep(Duration::from_millis(16));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue