aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ROADMAP.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 7d428081..cb0e0304 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -11,7 +11,7 @@ raylib v1.x
- Review Billboard Drawing functions
- Review Heightmap Loading and Drawing functions
- Lighting support (only 3d mode) - CreateLight()
- - Simple Collision Detection functions - CheckCollisionRects(), CheckCollisionCircles()
+ - [DONE] Simple Collision Detection functions
- Default scene Camera controls (zoom, pan, rotate)
- Basic Procedural Texture / Image generation (Gradient, Checked, Spot, Noise, Cellular)
- Software mipmapping generation and POT conversion (custom implementation)