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 true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return {};
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Reference in New Issue