Changed default plugin directory

Former-commit-id: e730d1bfcdc339f8279084f3305488bf0aff5d3c
This commit is contained in:
Lynix 2013-11-06 23:55:10 +01:00
parent 0fa18c3924
commit 2489f46fb7
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ bool NzPluginManager::Initialize()
{ {
s_directories.push_back(NzFile::AbsolutePath(".")); s_directories.push_back(NzFile::AbsolutePath("."));
NzString libDir = NzFile::AbsolutePath("lib"); NzString libDir = NzFile::AbsolutePath("plugins");
if (NzDirectory::Exists(libDir)) if (NzDirectory::Exists(libDir))
s_directories.push_back(libDir); s_directories.push_back(libDir);