Monotonic: This flag is being deprecated soon, switch it for bool

This commit is contained in:
2023-04-29 18:20:49 -05:00
parent a16d7fe732
commit ea357be477
5 changed files with 6 additions and 9 deletions

View File

@@ -133,7 +133,6 @@ mod cpu {
pause: false,
keypause: false,
draw_wait: false,
monotonic: None,
..Default::default()
};
let cf2 = cf1.clone();