Fixed plugin loading and closing issues mainly on Windows

This fixes #87
This commit is contained in:
WerWolv
2021-02-07 13:40:47 +01:00
parent 4d7d449cea
commit 5b38c43b7e
8 changed files with 49 additions and 25 deletions

View File

@@ -38,7 +38,7 @@ namespace hex {
private:
static inline std::string s_pluginFolder;
static inline std::vector<Plugin> s_plugins;
static inline std::vector<Plugin*> s_plugins;
};
}