From 0a81c2f9dd8bfd7b9bf233161ade61c519c84e13 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 18 Aug 2022 13:07:31 +0200 Subject: [PATCH] Fix typo. --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index daa60102a..7834dba44 100644 --- a/TODO.md +++ b/TODO.md @@ -62,7 +62,7 @@ - Implement something similar to this, so scripting language code can be simplified. (https://github.com/godotengine/godot/commit/5288ff538d75d2ddab257a9e1e40050c9b8fa1cb)(Create Variant built-in functions.) - Move DynamicFont to a module, and make tools depend on that. - Maybe backport the TextServer from Godot4? -- Make modules from everything under the thisdparty folder. +- Make modules from everything under the thirdparty folder. - Collect license information from modules and merge it back and handle it like the current thirdparty.md file. - Clean up the third party licenses.