summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKhalid Abdullah <[email protected]>2023-10-29 21:22:59 +0600
committerGitHub <[email protected]>2023-10-29 16:22:59 +0100
commiteffa3ee249ed393fb7b283092c4023e919be3061 (patch)
tree4ed66ee32126247a6520878711fcdfae2be9942a
parentb46505b13d4a85e26d1d5b6f9fc2a4264bf8b02f (diff)
downloadraylib-effa3ee249ed393fb7b283092c4023e919be3061.tar.gz
raylib-effa3ee249ed393fb7b283092c4023e919be3061.zip
[Typo fixed] in CHANGELOG (#3477)
-rw-r--r--CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1da04cc7..244d329d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1871,9 +1871,9 @@ other changes:
[models] Added function DrawCubeTexture()
[models] Added function DrawQuad()
[models] Added function DrawRay()
-[models] Simplified funtion DrawPlane()
+[models] Simplified function DrawPlane()
[models] Removed function DrawPlaneEx()
-[models] Simplified funtion DrawGizmo()
+[models] Simplified function DrawGizmo()
[models] Removed function DrawGizmoEx()
[models] Added function LoadModelEx()
[models] Review of function LoadCubicMap()