mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix IFileSystem::RemoveSearchPath bug
This commit is contained in:
parent
c808aa077d
commit
b19cf95420
@ -24,7 +24,7 @@ void IFileSystem::AddSearchPath(const char* pPath, const char* pPathID, SearchPa
|
||||
bool IFileSystem::RemoveSearchPath(const char* pPath, const char* pPathID)
|
||||
{
|
||||
static int index = 13;
|
||||
CallVFunc<void>(index, this, pPath, pPathID);
|
||||
return CallVFunc<bool>(index, this, pPath, pPathID);
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user