Remove unneeded clone
This commit is contained in:
parent
17dd562408
commit
8b20c92bbb
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ impl GuiHandler {
|
|||
}
|
||||
._descriptor_layout
|
||||
.clone(),
|
||||
gui_handler_create_info.font.clone(),
|
||||
gui_handler_create_info.font,
|
||||
)?;
|
||||
|
||||
let icon_descriptor_layout = DescriptorSetLayout::builder()
|
||||
|
|
Loading…
Reference in a new issue