vulkan_device: Remove brace initializer

Co-authored-by: Tobias <thm.frey@gmail.com>
This commit is contained in:
toast2903 2023-06-18 23:29:27 -04:00 committed by lat9nq
parent 1ad8df763f
commit f68b01a8cf

View file

@ -598,7 +598,7 @@ public:
return true;
}
}
return {};
return false;
}
private: