Browse Source

Update rcore.c

pull/5368/head
Ray 1 week ago
parent
commit
aaa893f668
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/rcore.c

+ 1
- 3
src/rcore.c View File

@ -609,9 +609,7 @@ void InitWindow(int width, int height, const char *title)
{
TRACELOG(LOG_INFO, "Initializing raylib %s", RAYLIB_VERSION);
#if defined(PLATFORM_MEM)
TRACELOG(LOG_INFO, "Platform backend: NONE (Memory Buffer)");
#elif defined(PLATFORM_DESKTOP_GLFW)
#if defined(PLATFORM_DESKTOP_GLFW)
TRACELOG(LOG_INFO, "Platform backend: DESKTOP (GLFW)");
#elif defined(PLATFORM_DESKTOP_SDL)
TRACELOG(LOG_INFO, "Platform backend: DESKTOP (SDL)");

Loading…
Cancel
Save