mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 22:54:16 +01:00
[d3d9] Fix a typo when unmarking autogen mips
This commit is contained in:
parent
1a920f44ea
commit
d8381dab8d
@ -4929,7 +4929,7 @@ namespace dxvk {
|
|||||||
auto texInfo = GetCommonTexture(m_state.textures[i]);
|
auto texInfo = GetCommonTexture(m_state.textures[i]);
|
||||||
|
|
||||||
if (texInfo == pResource)
|
if (texInfo == pResource)
|
||||||
m_activeTexturesToGen &= 1 << i;
|
m_activeTexturesToGen &= ~(1 << i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user