diff options
author | Paulb23 <p_batty@hotmail.co.uk> | 2021-07-11 14:25:27 +0100 |
---|---|---|
committer | Paulb23 <p_batty@hotmail.co.uk> | 2021-09-01 16:46:04 +0100 |
commit | 427d3d720787c84f2656046f24cc013a80be89cc (patch) | |
tree | 262b6826d89e842df45ea47e930072125f76b71e /main/main.cpp | |
parent | cd6b11222c59d256bb21c7a48b2e54d3d4141d86 (diff) | |
download | redot-engine-427d3d720787c84f2656046f24cc013a80be89cc.tar.gz |
Allow unit testing SceneTree Ojects
Diffstat (limited to 'main/main.cpp')
-rw-r--r-- | main/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp index 9076d110bd..f561cd364c 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); |