aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/libs/libOpenglRender/ColorBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/host/libs/libOpenglRender/ColorBuffer.h')
-rw-r--r--emulator/opengl/host/libs/libOpenglRender/ColorBuffer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/emulator/opengl/host/libs/libOpenglRender/ColorBuffer.h b/emulator/opengl/host/libs/libOpenglRender/ColorBuffer.h
index d481891..883162b 100644
--- a/emulator/opengl/host/libs/libOpenglRender/ColorBuffer.h
+++ b/emulator/opengl/host/libs/libOpenglRender/ColorBuffer.h
@@ -41,7 +41,7 @@ public:
private:
ColorBuffer();
- void drawTexQuad(bool flipy);
+ void drawTexQuad();
bool bind_fbo(); // binds a fbo which have this texture as render target
private:
@@ -53,7 +53,6 @@ private:
GLuint m_height;
GLuint m_fbo;
GLenum m_internalFormat;
- bool m_warYInvertBug;
};
typedef SmartPtr<ColorBuffer> ColorBufferPtr;