mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
fix: Silence unused variable warning for avg_frames
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
This commit is contained in:
parent
dd544649b1
commit
7b41d7ad06
1 changed files with 350 additions and 350 deletions
|
|
@ -104,7 +104,7 @@ pub fn start_ui(
|
|||
}
|
||||
|
||||
// 4️⃣ Compute averages & statuses
|
||||
let (avg_ms, avg_frames, status_str, lock_ratio, avg_delta) = {
|
||||
let (avg_ms, _avg_frames, status_str, lock_ratio, avg_delta) = {
|
||||
let st = state.lock().unwrap();
|
||||
(
|
||||
st.average_jitter(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue