Merge pull request #50375 from Paulb23/code_edit_unit_tests

This commit is contained in:
Rémi Verschelde 2021-09-13 21:51:20 +02:00 committed by GitHub
commit 70ba366743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 1166 additions and 6 deletions

View file

@ -403,6 +403,7 @@ Error Main::test_setup() {
GLOBAL_DEF("debug/settings/crash_handler/message",
String("Please include this when reporting the bug on https://github.com/godotengine/godot/issues"));
GLOBAL_DEF_RST("rendering/occlusion_culling/bvh_build_quality", 2);
translation_server = memnew(TranslationServer);