allow static dependencies

This commit is contained in:
2025-03-30 12:01:49 -05:00
parent 6de0e30313
commit a7b809d538
6 changed files with 12 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ void ImguiEmbed::run() {
toClose.clear();
for(std::string s : toOpen) {
load(dynamicLoad(s), getBlacklist());
load(s, getBlacklist());
}
toOpen.clear();
}

View File

@@ -18,7 +18,7 @@ void MinimalApp::run() {
toClose.clear();
for(std::string s : toOpen) {
load(dynamicLoad(s), getBlacklist());
load(s, getBlacklist());
}
toOpen.clear();
}