summaryrefslogtreecommitdiffhomepage
path: root/projects/CMake/core_basic_window.c
diff options
context:
space:
mode:
Diffstat (limited to 'projects/CMake/core_basic_window.c')
-rw-r--r--projects/CMake/core_basic_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/CMake/core_basic_window.c b/projects/CMake/core_basic_window.c
index 0e554296..86709f7a 100644
--- a/projects/CMake/core_basic_window.c
+++ b/projects/CMake/core_basic_window.c
@@ -2,7 +2,7 @@
*
* raylib [core] example - Basic window (adapted for HTML5 platform)
*
-* This example is prepared to compile for PLATFORM_WEB, PLATFORM_DESKTOP and PLATFORM_RPI
+* This example is prepared to compile for PLATFORM_WEB and PLATFORM_DESKTOP
* As you will notice, code structure is slightly different to the other examples...
* To compile it for PLATFORM_WEB just uncomment #define PLATFORM_WEB at beginning
*