DX11 plugin: Fix a small oversight

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6389 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Nolan Check 2010-11-13 00:05:14 +00:00
parent 820c0022a5
commit 3d866bd35d
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ void EmuGfxState::ApplyState()
context->Map(vscbuf, 0, D3D11_MAP_WRITE_DISCARD, 0, &map);
memcpy(map.pData, vsconstants, sizeof(vsconstants));
context->Unmap(vscbuf, 0);
vscbufchanged = false;
}
D3D::context->VSSetConstantBuffers(0, 1, &vscbuf);