aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl/framebuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/graphics/opengl/framebuffer.h')
-rw-r--r--backends/graphics/opengl/framebuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/graphics/opengl/framebuffer.h b/backends/graphics/opengl/framebuffer.h
index be829de3d2..467c00e5da 100644
--- a/backends/graphics/opengl/framebuffer.h
+++ b/backends/graphics/opengl/framebuffer.h
@@ -81,6 +81,7 @@ protected:
void applyViewport();
GLfloat _projectionMatrix[4*4];
+ void applyProjectionMatrix();
private:
bool _isActive;