Fix GameCoordinator never being rehooked after ISteamClient destruction.
This commit is contained in:
@@ -178,7 +178,7 @@ void SteamWorksGCHooks::RemoveHooks(ISteamGameCoordinator *pGC, bool destroyed)
|
|||||||
}
|
}
|
||||||
|
|
||||||
this->uHooked = eHooking;
|
this->uHooked = eHooking;
|
||||||
smutils->AddGameFrameHook(OurGameFrameHook);
|
smutils->AddGameFrameHook(OurGCGameFrameHook);
|
||||||
}
|
}
|
||||||
|
|
||||||
void OurGCGameFrameHook(bool simulating) /* What we do for SDK independence. */
|
void OurGCGameFrameHook(bool simulating) /* What we do for SDK independence. */
|
||||||
|
|||||||
Reference in New Issue
Block a user