debug: Fixup feature compilation
This commit is contained in:
parent
6be5009b37
commit
3926aee5b6
3 changed files with 10 additions and 2 deletions
|
|
@ -99,6 +99,10 @@ impl Timings {
|
|||
self.vrr = vrr;
|
||||
}
|
||||
|
||||
pub fn vrr(&self) -> bool {
|
||||
self.vrr
|
||||
}
|
||||
|
||||
pub fn start_render(&mut self, clock: &Clock<Monotonic>) {
|
||||
self.pending_frame = Some(PendingFrame {
|
||||
render_start: clock.now(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue