This commit is contained in:
2024-11-29 10:58:17 +01:00
parent 9289a829be
commit 26a8924bc8
5 changed files with 15 additions and 15 deletions

View File

@@ -65,7 +65,7 @@ impl<T: Display<S>, S: Surface> Renderer<T, S> {
display,
fps: RealTimeRunningAverage::default(),
fps_display: Periodically::new_every_n_seconds(5),
_sfc: PhantomData::default()
_sfc: PhantomData
}
}
}