forked from suyu/suyu
vulkan_device: Remove brace initializer
Co-authored-by: Tobias <thm.frey@gmail.com>
This commit is contained in:
parent
197e13d93d
commit
78ff2862f6
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ public:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return {};
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in a new issue