From e9310186735f34c6b085a58629b140a031d1da4e Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 19 Dec 2015 18:18:35 +0100 Subject: OPENGL: Typo. --- backends/graphics/opengl/opengl-graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/graphics') diff --git a/backends/graphics/opengl/opengl-graphics.cpp b/backends/graphics/opengl/opengl-graphics.cpp index 108366744d..15e6f40271 100644 --- a/backends/graphics/opengl/opengl-graphics.cpp +++ b/backends/graphics/opengl/opengl-graphics.cpp @@ -754,7 +754,7 @@ void OpenGLGraphicsManager::setActualScreenSize(uint width, uint height) { _outputScreenWidth = width; _outputScreenHeight = height; - // Setup coordinates system. + // Setup coordinate system. GL_CALL(glViewport(0, 0, _outputScreenWidth, _outputScreenHeight)); // Orthogonal projection matrix in column major order. -- cgit v1.2.3