diff --git a/TODO.md b/TODO.md index 214faae..d3f2fa7 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,9 @@ # Voile MVP +## Bugfixes + +- ActionJustPressed and KeyboardKeyJustPressed don't detect inputs consistently. + ## Core - ~~Add and implement interfaces for systems (ISystem, IUpdatableSystem, etc.)~~