Oops, one more typo.

This one didn't break anything, but better to be safe.
This commit is contained in:
Unknown W. Brackets 2016-03-27 09:26:34 -07:00
parent 048a12f589
commit 14363a22db

View File

@ -588,6 +588,8 @@ void GPU_Vulkan::BuildReportingInfo() {
CHECK_BOOL_FEATURE(variableMultisampleRate);
CHECK_BOOL_FEATURE(inheritedQueries);
#undef CHECK_BOOL_FEATURE
if (!featureNames.empty()) {
featureNames = featureNames.substr(2);
}