From 9ec47768121766cf12fef5d1bab8c8302cdac3a6 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sun, 21 Feb 2016 02:29:11 +0100 Subject: [PATCH] Corrected typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 66556ff8e..795a2ee53 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -18,7 +18,7 @@ BIG changes: [textures] IMAGE MANIPULATION: Functions to crop, resize, colorize, flip, dither and even draw image-to-image or text-to-image. [text] SPRITEFONT SUPPORT: Added support for AngelCode fonts (.fnt) and TrueType fonts (.ttf). [gestures] REDESIGN: Gestures system simplified and prepared to process generic touch events, including mouse events (multiplatform). -[physac] NEW MODULE: Basic 2D physics support, use colliders and rigit bodies; apply forces to physic objects. +[physac] NEW MODULE: Basic 2D physics support, use colliders and rigidbodies; apply forces to physic objects. other changes: [rlgl] Removed GLEW library dependency, now using GLAD