Skip to content

Mark unloaded extensions as not fully loaded (fixes #1574)#1606

Merged
psychonic merged 1 commit intomasterfrom
issue-1574
Oct 24, 2021
Merged

Mark unloaded extensions as not fully loaded (fixes #1574)#1606
psychonic merged 1 commit intomasterfrom
issue-1574

Conversation

@psychonic
Copy link
Member

When extensions are reloaded (as opposed to an unload + load), IExtensionInterface::OnExtensionsAllLoaded is not called. (usually implemented as SDK_OnAllLoaded). With a real unload, the extension object in the extension manager is destroyed. However, with a reload, it gets reused, so this needs to be reset.

@psychonic psychonic merged commit 636161e into master Oct 24, 2021
@psychonic psychonic deleted the issue-1574 branch October 24, 2021 13:52
@asherkin asherkin added the hacktoberfest-accepted opt-in for hacktoberfest prs label Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted opt-in for hacktoberfest prs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants