mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
HotReplaceMethods 'next' fix
This commit is contained in:
parent
fd4fd43ce3
commit
1b6d9808f3
1 changed files with 2 additions and 2 deletions
|
@ -5567,8 +5567,8 @@ void DbgModule::HotReplaceMethods(DbgType* newType, DbgType* primaryType)
|
|||
else
|
||||
{
|
||||
_AddToHotReplacedMethodList(newMethod);
|
||||
}
|
||||
newMethod = newMethod->mNext;
|
||||
newMethod = newMethod->mNext;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue