This commit is contained in:
tovjemam 2026-01-20 15:56:38 +01:00
commit b7e2e06ac3

View File

@ -315,7 +315,7 @@ void gfx::Renderer::DrawHudList(std::span<DrawHudCmd> queue, const DrawListParam
}
// bind vao
if (last_vao = cmd.va)
if (last_vao != cmd.va)
{
glBindVertexArray(cmd.va->GetVAOId());
last_vao = cmd.va;