mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 14:52:11 +01:00
[dxvk] Fix infinite recursion caused by rebase derp
This commit is contained in:
parent
661a8cd258
commit
9e7b93b55b
@ -78,7 +78,7 @@ namespace dxvk {
|
||||
if (likely(format <= VK_FORMAT_BC7_SRGB_BLOCK))
|
||||
return &g_formatInfos[uint32_t(format)];
|
||||
else
|
||||
return lookupFormatInfo(format);
|
||||
return lookupFormatInfoSlow(format);
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user