Update rcore.c
This commit is contained in:
parent
a64b9f3be9
commit
343fa9db14
|
|
@ -1959,6 +1959,7 @@ const char *GetFileNameWithoutExt(const char *filePath)
|
||||||
{
|
{
|
||||||
if (fileName[i] == '.')
|
if (fileName[i] == '.')
|
||||||
{
|
{
|
||||||
|
// NOTE: We break on first '.' found
|
||||||
fileName[i] = '\0';
|
fileName[i] = '\0';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user