boformer / BuildingThemes

Mod for Cities:Skylines
http://steamcommunity.com/sharedfiles/filedetails/?id=466158459
MIT License
13 stars 11 forks source link

Refresh RedirectCallsState when doing RedirectionHelper.PatchJumpTo(...) #34

Closed boformer closed 9 years ago

boformer commented 9 years ago

This is not done in DetoursHolder, only on initial startup.

Is this a problem, or is the content always the same?

bloodypenguin commented 9 years ago

It should be done only on initial startup. After a method becomes JITed its address won't change. See this