fix(Core/Battlefield): AddressSanitizer new-delete-type-mismatch (#23038)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
sogladev
2025-10-09 20:12:46 +02:00
committed by GitHub
parent d237ea6552
commit 5c053aabe5

View File

@@ -146,6 +146,7 @@ class BfGraveyard
{
public:
BfGraveyard(Battlefield* Bf);
virtual ~BfGraveyard() = default;
// Method to changing who controls the graveyard
void GiveControlTo(TeamId team);