Ver a proveniência

[rcore]: fix string typo

pull/4459/head
evertonse há 1 ano
ascendente
cometimento
01a999cebe
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      src/platforms/rcore_desktop_glfw.c
  2. +1
    -1
      src/platforms/rcore_desktop_rgfw.c

+ 1
- 1
src/platforms/rcore_desktop_glfw.c Ver ficheiro

@ -979,7 +979,7 @@ Image GetClipboardImage(void)
int width, height;
fileData = (void*)Win32GetClipboardImageData(&width, &height, &dataSize);
#else
TRACELOG(LOG_WARNING, "Clipboard image: PLATFORM_GLFW doesn't implement `GetClipboardImage` for this OS");
TRACELOG(LOG_WARNING, "Clipboard image: PLATFORM_DESKTOP_GLFW doesn't implement `GetClipboardImage` for this OS");
#endif
if (fileData == NULL)

+ 1
- 1
src/platforms/rcore_desktop_rgfw.c Ver ficheiro

@ -686,7 +686,7 @@ Image GetClipboardImage(void)
int width, height;
fileData = (void*)Win32GetClipboardImageData(&width, &height, &dataSize);
#else
TRACELOG(LOG_WARNING, "Clipboard image: PLATFORM_GLFW doesn't implement `GetClipboardImage` for this OS");
TRACELOG(LOG_WARNING, "Clipboard image: PLATFORM_DESKTOP_RGFW doesn't implement `GetClipboardImage` for this OS");
#endif
if (fileData == NULL)

Carregando…
Cancelar
Guardar