Skip to content

Commit

Permalink
Merge pull request #55 from flibdev/master
Browse files Browse the repository at this point in the history
Fix: Uninitialized field causing crash without redscript installed
  • Loading branch information
wopss authored Mar 18, 2024
2 parents 503e668 + 5d0abeb commit c68496f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dll/Systems/ScriptCompilationSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
ScriptCompilationSystem::ScriptCompilationSystem(const Paths& aPaths)
: m_paths(aPaths)
, m_hasScriptsBlob(false)
, m_hasModdedScriptsBlob(false)
{
}

Expand Down

0 comments on commit c68496f

Please sign in to comment.