Minor fix/refactoring
This commit is contained in:
parent
73160af503
commit
87d2071d09
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@ impl VulkanApp {
|
|||
}
|
||||
}
|
||||
|
||||
return Some(0);
|
||||
Some(0)
|
||||
}
|
||||
|
||||
fn choose_swap_present_mode(
|
||||
|
|
Loading…
Reference in a new issue