This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
raylib-src
огледало од
https://github.com/raysan5/raylib
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
24
Вики
Activity
Преглед изворни кода
WARNING: Fix breaking issue (introduced some days ago)
pull/3935/head
Ray
пре 1 година
родитељ
f15455552d
комит
2e77443209
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rcore.c
+ 1
- 1
src/rcore.c
Прегледај датотеку
@ -1964,7 +1964,7 @@ const char *GetFileName(const char *filePath)
if
(
filePath
!
=
NULL
)
fileName
=
strprbrk
(
filePath
,
"
\\
/
"
)
;
if
(
fileName
!
=
NULL
)
return
filePath
;
if
(
fileName
=
=
NULL
)
return
filePath
;
return
fileName
+
1
;
}
Write
Preview
Loading…
Откажи
Сачувај