Skip to content
Snippets Groups Projects
Commit 0ff4a5fa authored by Fernando Sahmkow's avatar Fernando Sahmkow Committed by FernandoS27
Browse files

Maxwell3D: Correct marking dirtiness on CB upload

parent fec32fed
No related branches found
No related tags found
No related merge requests found
......@@ -568,6 +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();
cb_data_state.id = null_cb_data;
cb_data_state.current = null_cb_data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment