mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Revert "add const qualifier to the first arg of TextJoin (#5166)"
This reverts commit 4e8d08523f.
This commit is contained in:
@ -9754,7 +9754,7 @@
|
||||
"returnType": "char *",
|
||||
"params": [
|
||||
{
|
||||
"type": "const char **",
|
||||
"type": "char **",
|
||||
"name": "textList"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user