Browse Source

Update rcore.c

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

+ 1
- 1
src/rcore.c View File

@ -533,7 +533,7 @@ const char *TextFormat(const char *text, ...); // Formatting of text with variab
#endif // SUPPORT_CLIPBOARD_IMAGE
// Include platform-specific submodules
#if defined(PLATFORM_MEM)
#if defined(PLATFORM_DESKTOP_GLFW)
#include "platforms/rcore_desktop_glfw.c"
#elif defined(PLATFORM_DESKTOP_SDL)
#include "platforms/rcore_desktop_sdl.c"

Loading…
Cancel
Save