diff options
Diffstat (limited to 'parser/output/raylib_api.lua')
| -rw-r--r-- | parser/output/raylib_api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index cefb37e1..1ec84bca 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -5523,7 +5523,7 @@ return { }, { name = "ImageFromChannel", - description = "Create an image from a selected channel of another image (GRAYSCALE/R16/R32)", + description = "Create an image from a selected channel of another image (GRAYSCALE)", returnType = "Image", params = { {type = "Image", name = "image"}, |
