mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 19:38:15 +00:00
Remove comment
This commit is contained in:
@@ -1228,7 +1228,6 @@ char *TextReplace(char *text, const char *replace, const char *by)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Insert text in a specific position, moves all text forward
|
// Insert text in a specific position, moves all text forward
|
||||||
// REQUIRES: strcpy()
|
|
||||||
// WARNING: Allocated memory should be manually freed
|
// WARNING: Allocated memory should be manually freed
|
||||||
char *TextInsert(const char *text, const char *insert, int position)
|
char *TextInsert(const char *text, const char *insert, int position)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user