mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
fix: Plugin features display not working correctly
This commit is contained in:
@@ -46,7 +46,7 @@ void* PluginSubCommandsFunctionHelper<T>::getSubCommands() {
|
||||
|
||||
[[maybe_unused]] static auto& getFeaturesImpl() {
|
||||
static hex::AutoReset<std::vector<hex::Feature>> features;
|
||||
return features;
|
||||
return *features;
|
||||
}
|
||||
|
||||
#if defined (IMHEX_STATIC_LINK_PLUGINS)
|
||||
|
||||
Reference in New Issue
Block a user