Fix typo: w -> we

pull/290/head
TonalidadeHidrica 3 years ago
parent 125353a710
commit 0b9840e1ec

@ -376,7 +376,7 @@ fn main() {
state.resize(*physical_size);
}
WindowEvent::ScaleFactorChanged { new_inner_size, .. } => {
// new_inner_size is &mut so w have to dereference it twice
// new_inner_size is &mut so we have to dereference it twice
state.resize(**new_inner_size);
}
_ => {}

Loading…
Cancel
Save