[vulkan] Fix typos

This commit is contained in:
Sandy Carter
2019-01-18 09:05:42 -05:00
parent c4a2dff099
commit 31a8d189f0
3 changed files with 2 additions and 3 deletions

View File

@@ -52,7 +52,6 @@ VulkanContext::~VulkanContext() {
bool VulkanContext::Initialize() {
auto provider = static_cast<VulkanProvider*>(provider_);
auto device = provider->device();
if (target_window_) {
// Create swap chain used to present to the window.