Skip to content

Commit

Permalink
fix: load ID database during SFSE::Init()
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Sep 19, 2024
1 parent d2779d5 commit 517f0b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SFSE/API.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ namespace SFSE
stl_assert(a_intfc, "interface is null"sv);

(void)REL::Module::get();
(void)REL::IDDatabase::get();

auto& storage = detail::APIStorage::get();
const auto& intfc = *a_intfc;
Expand Down

0 comments on commit 517f0b9

Please sign in to comment.