This commit is contained in:
0m.ax 2025-07-19 02:30:44 +02:00
parent 6d503a1e62
commit 3de035e73c

View file

@ -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));
}
}