mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 21:35:46 +00:00
vulkan_device: Remove brace initializer
Co-authored-by: Tobias <thm.frey@gmail.com>
This commit is contained in:
parent
1ad8df763f
commit
f68b01a8cf
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ public:
|
|||
return true;
|
||||
}
|
||||
}
|
||||
return {};
|
||||
return false;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue