Fix incorrect windowing system enum value for Android

This commit is contained in:
baldurk
2018-09-05 17:38:00 +01:00
parent c05f821235
commit 40938542ef
+1 -1
View File
@@ -114,7 +114,7 @@ void WrappedVulkan::AddRequiredExtensions(bool instance, vector<string> &extensi
RDCASSERT(supportedExtensions.find(VK_KHR_ANDROID_SURFACE_EXTENSION_NAME) !=
supportedExtensions.end());
m_SupportedWindowSystems.push_back(WindowingSystem::macOS);
m_SupportedWindowSystems.push_back(WindowingSystem::Android);
// don't add duplicates, application will have added this but just be sure
if(std::find(extensionList.begin(), extensionList.end(),