R2Northstar / NorthstarLauncher

Launcher used to modify Titanfall 2 to allow mods to be loaded
MIT License
279 stars 127 forks source link

Assign `CreateInterface` member instead of creating a new variable #705

Closed Jan200101 closed 3 months ago

Jan200101 commented 3 months ago

Before this change m_pCreateInterface was never assigned and thus undefined (and on wine Null initialized) so Plugin::isValid would always fail.

Jan200101 commented 3 months ago

Tested against CI build, works as expected.

For reference Before: image

After: image