This commit is contained in:
Camilla Berglund
2016-02-17 21:30:17 +01:00
parent be94eb67be
commit 2accdb76bd
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ const char* _glfwGetVulkanResultString(VkResult result)
case VK_ERROR_VALIDATION_FAILED_EXT:
return "A validation layer found an error";
default:
return "ERROR: UNKNOWN VULKAN ERROR TOKEN";
return "ERROR: UNKNOWN VULKAN ERROR";
}
}