change 1 to true

This commit is contained in:
Niko 2022-08-30 09:52:25 -04:00
parent 406e8a3397
commit 4feaad7243

View file

@ -215,7 +215,7 @@ void VulkanRenderer::DetermineVendor()
{ {
// if the driver does not support the extension, // if the driver does not support the extension,
// it is assumed the driver is under version 515 // it is assumed the driver is under version 515
m_featureControl.disableMultithreadedCompilation = 1; m_featureControl.disableMultithreadedCompilation = true;
} }
} }
} }