[*] Oops
This commit is contained in:
parent
03bb80239c
commit
7bfcce52fd
@ -267,7 +267,7 @@ namespace Aurora::IO::FS
|
||||
auto b = path.find_last_of('/');
|
||||
if (b != AuString::npos) indexB = b;
|
||||
|
||||
return AuMax(a, b);
|
||||
return AuMax(indexA, indexB);
|
||||
}
|
||||
|
||||
AUKN_SYM bool GetFileFromPath(AuString &out, const AuString &path)
|
||||
|
Loading…
Reference in New Issue
Block a user