diff options
author | kobewi <kobewi4e@gmail.com> | 2022-10-20 15:43:17 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2022-11-08 01:29:39 +0100 |
commit | d9f066d5fadfce5fc19310f8ba5ce51d3552bf9e (patch) | |
tree | ad7a7fa1d33b3e46c7f79c9b4016f51d53c67a76 /tests | |
parent | b61fda9d2a6166e41538405ad8ae24f1aed40570 (diff) |
Remove duplicate project settings definitions
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp index cee110414e..d58c19ac32 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -192,11 +192,8 @@ struct GodotTestCaseListener : public doctest::IReporter { String name = String(p_in.m_name); if (name.find("[SceneTree]") != -1) { - GLOBAL_DEF("memory/limits/multithreaded_server/rid_pool_prealloc", 60); memnew(MessageQueue); - GLOBAL_DEF("internationalization/rendering/force_right_to_left_layout_direction", false); - memnew(Input); Error err = OK; |