fix(Core/Battlefield): AddressSanitizer new-delete-type-mismatch (#23038)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -146,6 +146,7 @@ class BfGraveyard
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
BfGraveyard(Battlefield* Bf);
|
BfGraveyard(Battlefield* Bf);
|
||||||
|
virtual ~BfGraveyard() = default;
|
||||||
|
|
||||||
// Method to changing who controls the graveyard
|
// Method to changing who controls the graveyard
|
||||||
void GiveControlTo(TeamId team);
|
void GiveControlTo(TeamId team);
|
||||||
|
|||||||
Reference in New Issue
Block a user