Parcourir la source

Update rcore.c

pull/5368/head
Ray il y a 1 mois
Parent
révision
aaa893f668
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. +1
    -3
      src/rcore.c

+ 1
- 3
src/rcore.c Voir le fichier

@ -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)");

Chargement…
Annuler
Enregistrer