Skip to content

Commit

Permalink
Merge pull request #70456 from Calinou/project-manager-opengl-wip
Browse files Browse the repository at this point in the history
Mention that the Compatibility rendering backend is work-in-progress
  • Loading branch information
akien-mga committed Dec 23, 2022
2 parents 9b4888b + f1bb564 commit a79a599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/project_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ class ProjectDialog : public ConfirmationDialog {
} 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."));
Expand Down

0 comments on commit a79a599

Please sign in to comment.