From b1389692a1c0f4a8e36bf0a16a0aab1e09ef74fb Mon Sep 17 00:00:00 2001 From: Nishi Date: Sat, 2 May 2026 13:44:16 +0900 Subject: [PATCH] fix typo --- include/Mw/Draw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Mw/Draw.h b/include/Mw/Draw.h index 15bf655..a9148f5 100644 --- a/include/Mw/Draw.h +++ b/include/Mw/Draw.h @@ -135,7 +135,7 @@ MWDECL void MWAPI MwPixmapReloadRaw(MwLLPixmap pixmap, unsigned char* rgb); /*! * @brief Gets the raw data of pixmap * @param pixmap Pixmap - * @return RFBA data + * @return RGBA data */ MWDECL unsigned char* MWAPI MwPixmapGetRaw(MwLLPixmap pixmap);