vulkan_device: Remove brace initializer
Co-authored-by: Tobias <thm.frey@gmail.com>
This commit is contained in:
parent
1ad8df763f
commit
f68b01a8cf
|
|
@ -598,7 +598,7 @@ public:
|
|||
return true;
|
||||
}
|
||||
}
|
||||
return {};
|
||||
return false;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Reference in New Issue