1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-20 14:45:44 +00:00

Fix tests warning line break project setting

This commit is contained in:
kit
2025-06-13 20:12:33 -04:00
parent 591e70ff78
commit d9d1d25933
2 changed files with 2 additions and 3 deletions

View File

@@ -2357,6 +2357,8 @@ TextServer::TextServer() {
GLOBAL_DEF_RST("gui/theme/default_font_generate_mipmaps", false);
GLOBAL_DEF(PropertyInfo(Variant::INT, "gui/theme/lcd_subpixel_layout", PROPERTY_HINT_ENUM, "Disabled,Horizontal RGB,Horizontal BGR,Vertical RGB,Vertical BGR"), 1);
GLOBAL_DEF_BASIC("internationalization/locale/include_text_server_data", false);
GLOBAL_DEF_BASIC(PropertyInfo(Variant::INT, "internationalization/locale/line_breaking_strictness", PROPERTY_HINT_ENUM, "Auto,Loose,Normal,Strict"), 0);
_init_diacritics_map();
}