mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-20 06:53:11 +00:00
GL_Rasterizer: Corrections to Clearing.
This commit is contained in:
committed by
FernandoS27
parent
8dd4797e00
commit
2f716f52d9
@@ -568,7 +568,7 @@ void Maxwell3D::FinishCBData() {
|
||||
|
||||
const u32 id = cb_data_state.id;
|
||||
memory_manager.WriteBlock(address, cb_data_state.buff[id].data(), size);
|
||||
dirty.ResetVertexArrays();
|
||||
dirty.OnMemoryWrite();
|
||||
|
||||
cb_data_state.id = null_cb_data;
|
||||
cb_data_state.current = null_cb_data;
|
||||
|
||||
Reference in New Issue
Block a user