mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Fix typo folloed -> followed (#7067)
This commit is contained in:
parent
9db6430fdb
commit
b32cbd4ea6
@ -156,7 +156,7 @@ impl ApplicationHandler for App {
|
|||||||
}
|
}
|
||||||
WindowEvent::Resized(size) => {
|
WindowEvent::Resized(size) => {
|
||||||
// Reconfigures the size of the surface. We do not re-render
|
// Reconfigures the size of the surface. We do not re-render
|
||||||
// here as this event is always folloed up by redraw request.
|
// here as this event is always followed up by redraw request.
|
||||||
state.resize(size);
|
state.resize(size);
|
||||||
}
|
}
|
||||||
_ => (),
|
_ => (),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user