This commit is contained in:
Henrik Rydgard 2016-02-21 12:14:44 +01:00
parent 6b829c9cde
commit 05d4caeeaf

View file

@ -33,7 +33,7 @@ void cInterfaceEGL::DetectMode() {
static const char *renderable_names[3] = {
"OpenGL", "OpenGL ES 3", "OpenGL ES 2"
}
};
for (int i = 0; i < 3; i++) {
int renderable_type = renderable_types[i];