Ver código fonte

[rcore]: fix string typo

pull/4459/head
evertonse 1 ano atrás
pai
commit
01a999cebe
2 arquivos alterados com 2 adições e 2 exclusõ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 arquivo

@ -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 arquivo

@ -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
Salvar