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