Rename ControlFlow variant from Complete to Break
This commit is contained in:
parent
df1276d72a
commit
04ccad1dbc
13 changed files with 28 additions and 28 deletions
|
|
@ -24,7 +24,7 @@ fn main() {
|
|||
|
||||
num_windows -= 1;
|
||||
if num_windows == 0 {
|
||||
return winit::ControlFlow::Complete;
|
||||
return winit::ControlFlow::Break;
|
||||
}
|
||||
},
|
||||
_ => (),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue