Skip to content

Commit dd66e7b

Browse files
authored
Fix 09_Finishing_up.md
1 parent 76ac76e commit dd66e7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/03_Getting_started/09_Finishing_up.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
```cpp
44
while (!window.should_close()){
5+
window.update();
6+
57
if (window.swapchain_out_of_date){
68
swapchain.resize();
79
window.swapchain_out_of_date = false;

0 commit comments

Comments
 (0)