Merge pull request #36193 from dragmz/dragmz/vulkan_desc_fix

Fix Vulkan project description
This commit is contained in:
Rémi Verschelde 2020-02-14 07:21:11 +01:00 committed by GitHub
commit 664bd919b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -885,7 +885,7 @@ public:
rs_button->set_pressed(true);
rvb->add_child(rs_button);
l = memnew(Label);
l->set_text(TTR("- Higher visual quality\n- More accurate API, which produces very fast code\n- Some features not implemented yet work in progress\n- Incompatible with older hardware\n- Not recommended for web and mobile games"));
l->set_text(TTR("- Higher visual quality\n- More accurate API, which produces very fast code\n- Some features not implemented yet - work in progress\n- Incompatible with older hardware\n- Not recommended for web and mobile games"));
l->set_modulate(Color(1, 1, 1, 0.7));
rvb->add_child(l);