mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-28 05:58:30 +00:00
Revert "add const qualifier to the first arg of TextJoin (#5166)"
This reverts commit 4e8d08523f
.
This commit is contained in:
@@ -6933,7 +6933,7 @@ return {
|
||||
description = "Join text strings with delimiter",
|
||||
returnType = "char *",
|
||||
params = {
|
||||
{type = "const char **", name = "textList"},
|
||||
{type = "char **", name = "textList"},
|
||||
{type = "int", name = "count"},
|
||||
{type = "const char *", name = "delimiter"}
|
||||
}
|
||||
|
Reference in New Issue
Block a user