Fixed PluginManager::AddDirectory
Was not adding absolute path Former-commit-id: 9eb89a3302fc82ced5c8c962f1cbb4cf41ffb072
This commit is contained in:
@@ -37,7 +37,8 @@ bool NzPluginManager::AddDirectory(const NzString& directoryPath)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
s_directories.push_back(directoryPath);
|
s_directories.push_back(path);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user