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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);