summaryrefslogtreecommitdiffhomepage
path: root/examples/core
diff options
context:
space:
mode:
authorRay <[email protected]>2023-11-08 23:28:31 +0100
committerRay <[email protected]>2023-11-08 23:28:31 +0100
commit9c2308bdc362b1648ac7e7b6db6196ca371b41f5 (patch)
treef1ff8fe11c8450aaa453202d103d8161bbd1f07c /examples/core
parent022b464b0ba8eacca8aaf79d55cfa34e04eb3754 (diff)
downloadraylib-9c2308bdc362b1648ac7e7b6db6196ca371b41f5.tar.gz
raylib-9c2308bdc362b1648ac7e7b6db6196ca371b41f5.zip
Examples reviews
Diffstat (limited to 'examples/core')
-rw-r--r--examples/core/core_2d_camera.c2
-rw-r--r--examples/core/core_smooth_pixelperfect.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/core/core_2d_camera.c b/examples/core/core_2d_camera.c
index 24cca698..759c099a 100644
--- a/examples/core/core_2d_camera.c
+++ b/examples/core/core_2d_camera.c
@@ -1,6 +1,6 @@
/*******************************************************************************************
*
-* raylib [core] example - 2d camera
+* raylib [core] example - 2D Camera system
*
* Example originally created with raylib 1.5, last time updated with raylib 3.0
*
diff --git a/examples/core/core_smooth_pixelperfect.c b/examples/core/core_smooth_pixelperfect.c
index 776706c0..3d5ed94f 100644
--- a/examples/core/core_smooth_pixelperfect.c
+++ b/examples/core/core_smooth_pixelperfect.c
@@ -1,6 +1,6 @@
/*******************************************************************************************
*
-* raylib [core] example - smooth pixel-perfect camera
+* raylib [core] example - Smooth Pixel-perfect camera
*
* Example originally created with raylib 3.7, last time updated with raylib 4.0
*