summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-09-13 21:51:20 +0200
committerGitHub <noreply@github.com>2021-09-13 21:51:20 +0200
commit70ba36674351f9d585cf8ab80a2faa390b52da71 (patch)
treebcb87f26248ad8209406954c7fadf4ee9a4d92a5 /main
parentf6022d2aa8973517858bbc673f300ba2ed08884c (diff)
parentce064348fa8ffeff0527133a7c86e018193ab29c (diff)
Merge pull request #50375 from Paulb23/code_edit_unit_tests
Diffstat (limited to 'main')
-rw-r--r--main/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp
index ece194b0f1..fe6df43364 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -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);