1
0
Fork 0
forked from wry/wry

render: remove on_output

This commit is contained in:
Julian Orth 2023-10-23 19:59:30 +02:00
parent f702bf98d7
commit 074347c71d
6 changed files with 12 additions and 24 deletions

View file

@ -59,8 +59,7 @@ pub fn take_screenshot(state: &State) -> Result<Screenshot, ScreenshooterError>
state.root.deref(),
state,
Some(state.root.extents.get()),
false,
&mut Default::default(),
None,
Scale::from_int(1),
true,
);