mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
cc13ac321d
commit
3aa0f374d4
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue