diff options
Diffstat (limited to 'modules/text_server_fb/doc_classes/TextServerFallback.xml')
-rw-r--r-- | modules/text_server_fb/doc_classes/TextServerFallback.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/text_server_fb/doc_classes/TextServerFallback.xml b/modules/text_server_fb/doc_classes/TextServerFallback.xml index 21b7cda2ce..a9a98f8e0d 100644 --- a/modules/text_server_fb/doc_classes/TextServerFallback.xml +++ b/modules/text_server_fb/doc_classes/TextServerFallback.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="TextServerFallback" inherits="TextServerExtension" version="4.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd"> +<class name="TextServerFallback" inherits="TextServerExtension" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd"> <brief_description> A fallback implementation of Godot's text server, without support for BiDi and complex text layout. </brief_description> |