Tracking rewrite #2481
+302
−188
Draft
Tracking rewrite #2481
Annotations
2 warnings
alvr/client_core/src/statistics.rs#L19
warning: field `steamvr_pipeline_latency` is never read
--> alvr/client_core/src/statistics.rs:19:5
|
14 | pub struct StatisticsManager {
| ----------------- field in this struct
...
19 | steamvr_pipeline_latency: Duration,
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
alvr/client_core/src/statistics.rs#L137
warning: method `tracker_prediction_offset` is never used
--> alvr/client_core/src/statistics.rs:137:12
|
22 | impl StatisticsManager {
| ---------------------- method in this implementation
...
137 | pub fn tracker_prediction_offset(&self) -> Duration {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
This job succeeded
Loading