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 197e13d93d
commit 78ff2862f6
1 changed files with 1 additions and 1 deletions

View File

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