mirror of https://github.com/PCSX2/pcsx2.git
gsdx-ogl: fix build failure due to a leftover of a patch conflict
git-svn-id: http://pcsx2.googlecode.com/svn/branches/gsdx-ogl@5140 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
16a1fded96
commit
bda3cbe86f
|
@ -805,7 +805,7 @@ class GSDeviceOGL : public GSDevice
|
|||
GSTextureOGL* rtv;
|
||||
GSTextureOGL* dsv;
|
||||
GLuint fbo;
|
||||
+ GLenum draw;
|
||||
GLenum draw;
|
||||
} m_state;
|
||||
|
||||
bool m_srv_changed;
|
||||
|
|
Loading…
Reference in New Issue