From 6c3576891e5bce4fee1f21ce08ab107a3a68ffe6 Mon Sep 17 00:00:00 2001 From: dnesov Date: Tue, 24 Jun 2025 19:46:52 +0200 Subject: [PATCH] Update TODO --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index ab545bc..3b86295 100644 --- a/TODO.md +++ b/TODO.md @@ -4,8 +4,8 @@ - ActionJustPressed and KeyboardKeyJustPressed don't detect inputs consistently. - **Solution**: This is a problem related to custom frame pacing for fixed timestep. Raylib polls input in BeginFrame, which means certain functions related to JustPressed* may work incorrectly when polled in a separate timestep. This can be fixed if the entire input system will be moved to SDL or with a custom render + input backend altogether. -- Fix any remaining bugs with anchor positioning system. - - Containers don't position their chilren correctly when using anchors and adding/removing them. +- ~~Fix any remaining bugs with anchor positioning system.~~ + - ~~Containers don't position their chilren correctly when using anchors and adding/removing them.~~ ## Core