From 4c2340aea677e65ab3d943ca20ac20a164b881f0 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 8 Nov 2023 23:35:27 +0100 Subject: [PATCH] Update core_2d_camera_platformer.c --- examples/core/core_2d_camera_platformer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/core/core_2d_camera_platformer.c b/examples/core/core_2d_camera_platformer.c index b149ea8c3..72b1ee1e3 100644 --- a/examples/core/core_2d_camera_platformer.c +++ b/examples/core/core_2d_camera_platformer.c @@ -1,6 +1,6 @@ /******************************************************************************************* * -* raylib [core] example - 2d camera platformer +* raylib [core] example - 2D Camera platformer * * Example originally created with raylib 2.5, last time updated with raylib 3.0 *