mirror of
https://github.com/libretro/pcsx2.git
synced 2024-11-24 17:59:47 +00:00
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
Block a user