Just fixing this oversight. Thanks, gb2985.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5723 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2.code 2013-08-21 10:10:45 +00:00
parent cc13ac321d
commit 3aa0f374d4
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ namespace PboPool {
for (size_t i = 0; i < countof(m_pool); i++) {
BindPbo();
gl_UnmapBuffer(GL_PIXEL_UNPACK_BUFFER);
m_map[m_current_pbo] == NULL;
m_map[m_current_pbo] = NULL;
NextPbo();
}
UnbindPbo();