cleanup: OpenGL comment

Removed reference to GL 1.x since we no longer support that. ES is
likely in our future though!
This commit is contained in:
Mike Erwin 2016-01-07 10:40:13 -05:00
parent 77641c28ef
commit 290b0a97ba
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ void GPU_render_text(
}
}
/* Checking powers of two for images since opengl 1.x requires it */
/* Checking powers of two for images since OpenGL ES requires it */
static bool is_power_of_2_resolution(int w, int h)
{