From 90e36d188386181e9bb0bf5de7ef087d4033c66b Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 13 Mar 2023 10:54:06 +0100 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index f25f83459..0d126c86f 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -9,7 +9,7 @@ Here it is a wishlist with features and ideas to improve the library. Note that _Current version of raylib is complete and functional but there is always room for improvements._ **raylib 4.x** - - [ ] Redesign camera module (more flexible) ([#1143](https://github.com/raysan5/raylib/issues/1143), https://github.com/raysan5/raylib/discussions/2507) + - [x] Redesign camera module (more flexible) ([#1143](https://github.com/raysan5/raylib/issues/1143), https://github.com/raysan5/raylib/discussions/2507) - [ ] Redesign gestures system, improve touch inputs management - [ ] Redesign raudio module, implement miniaudio high-level provided features - [x] Better documentation and improved examples