From 4748f8f5e3de0033e4a517eb6674e7014e89c38b Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 30 Jul 2022 00:51:48 +0200 Subject: [PATCH] Mark the last ported commit in the todos file. --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index 08a5dda5b..7078278c1 100644 --- a/TODO.md +++ b/TODO.md @@ -103,6 +103,10 @@ ## Ports +Currently the engine has everything that I wanted up to: +https://github.com/godotengine/godot/commit/5eaf83f2d71fbaf825f9ceb6a1246d6b87be3729 +https://github.com/godotengine/godot/commit/5ea00ad3f05a367dfb3a076e48f241a03e973549 + ### Enable type information on release Not sure whether to have this or not. It does increase binary size for release builds by quite a bit.