summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/integration/src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/integration/src/main.rs b/examples/integration/src/main.rs
index c1fe8f69..2b0874e3 100644
--- a/examples/integration/src/main.rs
+++ b/examples/integration/src/main.rs
@@ -144,6 +144,8 @@ pub fn main() {
present_mode: wgpu::PresentMode::Mailbox,
},
);
+
+ resized = false;
}
let frame = swap_chain.get_next_texture().expect("Next frame");