fix: Don't unload background .NET scripts

This commit is contained in:
WerWolv
2024-06-07 21:27:01 +02:00
parent af59b9d2ca
commit 8531a67519
3 changed files with 34 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ namespace hex::script::loader {
bool initialize() override;
bool loadAll() override;
void clearScripts() override;
private:
std::function<int(const std::string &, bool, const std::fs::path&)> m_runMethod;