Skip to content

Commit aaa893f

Browse files
committed
Update rcore.c
1 parent e1b9857 commit aaa893f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/rcore.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,9 +609,7 @@ void InitWindow(int width, int height, const char *title)
609609
{
610610
TRACELOG(LOG_INFO, "Initializing raylib %s", RAYLIB_VERSION);
611611

612-
#if defined(PLATFORM_MEM)
613-
TRACELOG(LOG_INFO, "Platform backend: NONE (Memory Buffer)");
614-
#elif defined(PLATFORM_DESKTOP_GLFW)
612+
#if defined(PLATFORM_DESKTOP_GLFW)
615613
TRACELOG(LOG_INFO, "Platform backend: DESKTOP (GLFW)");
616614
#elif defined(PLATFORM_DESKTOP_SDL)
617615
TRACELOG(LOG_INFO, "Platform backend: DESKTOP (SDL)");

0 commit comments

Comments
 (0)