(&self)
| 59 | } |
| 60 | |
| 61 | pub fn blend_factor(&self) -> f32 { |
| 62 | self.accumulated_time.as_secs_f32() / self.target_time.as_secs_f32() |
| 63 | } |
| 64 | |
| 65 | fn advance_time(&mut self) { |
| 66 | let current_time = Instant::now(); |
nothing calls this directly
no outgoing calls
no test coverage detected