GPU: Fix texture coordinates when rendering paletted textures

This commit is contained in:
Connor McLaughlin
2019-09-14 22:47:20 +10:00
parent e40393fec4
commit 19d9322e67
5 changed files with 37 additions and 10 deletions

View File

@ -409,6 +409,8 @@ bool GPU::HandleRenderCommand()
ZeroExtend32(words_per_vertex));
DispatchRenderCommand(rc, num_vertices);
FlushRender();
UpdateDisplay();
return true;
}