fix(Core/Battlefield): AddressSanitizer new-delete-type-mismatch (#23038)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
d237ea6552
commit
5c053aabe5
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ class BfGraveyard
|
|||
{
|
||||
public:
|
||||
BfGraveyard(Battlefield* Bf);
|
||||
virtual ~BfGraveyard() = default;
|
||||
|
||||
// Method to changing who controls the graveyard
|
||||
void GiveControlTo(TeamId team);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue