Mention that the Compatibility rendering backend is work-in-progress

This commit is contained in:
Hugo Locurcio 2022-12-22 19:40:33 +01:00
parent c547c4ef59
commit f1bb564c73
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C

View file

@ -447,7 +447,7 @@ private:
} else if (renderer_type == "gl_compatibility") {
renderer_info->set_text(
String::utf8("") + TTR("Supports desktop, mobile + web platforms.") +
String::utf8("\n") + TTR("Least advanced 3D graphics.") +
String::utf8("\n") + TTR("Least advanced 3D graphics (currently work-in-progress).") +
String::utf8("\n") + TTR("Intended for low-end/older devices.") +
String::utf8("\n") + TTR("Uses OpenGL 3 backend (OpenGL 3.3/ES 3.0/WebGL2).") +
String::utf8("\n") + TTR("Fastest rendering of simple scenes."));