From d9e7ebac38b281bc62061158a9439ec056618fbc Mon Sep 17 00:00:00 2001 From: Clownacy Date: Wed, 5 Feb 2020 15:47:26 +0000 Subject: [PATCH] Correct a typo --- src/Backends/Rendering/OpenGLES2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Backends/Rendering/OpenGLES2.cpp b/src/Backends/Rendering/OpenGLES2.cpp index 3831cbb7..f24f8577 100644 --- a/src/Backends/Rendering/OpenGLES2.cpp +++ b/src/Backends/Rendering/OpenGLES2.cpp @@ -1,4 +1,4 @@ // I would use -DUSE_OPENGLES2 when RENDERER=OpenGLES2 is passed instead, but CMake likes to rebuild the entire -// project if I do that, and Make doesn't bother rebuilding anything at all. This method avoid both of those problems. +// project if I do that, and Make doesn't bother rebuilding anything at all. This method avoids both of those problems. #define USE_OPENGLES2 #include "OpenGL3.cpp"