summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-04-26 22:39:55 +0200
committerGitHub <noreply@github.com>2022-04-26 22:39:55 +0200
commite9e2aaf8123bbaf03621a869f21433fff4af5144 (patch)
tree622c6cc35810283ee078f39600980cb81da3c1f3 /tests
parentfce210c6e86759db5522a2b4c8730325a1894cbd (diff)
parent43c34bf611e9b5e6150d715dbfce1d6672f5a497 (diff)
Merge pull request #60513 from Calinou/default-font-add-msdf-mipmap
Add MSDF and mipmap generation project settings for the default font
Diffstat (limited to 'tests')
-rw-r--r--tests/test_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp
index dc28a98c97..8954b8332e 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -202,7 +202,7 @@ struct GodotTestCaseListener : public doctest::IReporter {
memnew(InputMap);
InputMap::get_singleton()->load_default();
- make_default_theme(1.0, Ref<Font>(), TextServer::SUBPIXEL_POSITIONING_AUTO, TextServer::HINTING_LIGHT, true);
+ make_default_theme(1.0, Ref<Font>());
memnew(SceneTree);
SceneTree::get_singleton()->initialize();