mirror of
https://github.com/citra-emu/citra-nightly.git
synced 2025-01-12 04:56:36 +00:00
Merge pull request #5186 from hamish-milne/feature/fix-5067
Revert one change from #4844
This commit is contained in:
commit
45dfb3aacc
|
@ -756,7 +756,7 @@ bool RasterizerOpenGL::Draw(bool accelerate, bool is_indexed) {
|
|||
state.texture_units[texture_index].texture_2d = default_texture;
|
||||
}
|
||||
} else {
|
||||
state.texture_units[texture_index].texture_2d = default_texture;
|
||||
state.texture_units[texture_index].texture_2d = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue