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