mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 12:32:34 +00:00
- fixed: Bridge needs to call Super::Destroy.
This commit is contained in:
parent
ea0e4ed344
commit
8847d5649a
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ void ACustomBridge::Destroy()
|
||||||
thing->Destroy();
|
thing->Destroy();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Super::Destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Action functions for the non-Doom bridge --------------------------------
|
// Action functions for the non-Doom bridge --------------------------------
|
||||||
|
|
Loading…
Reference in a new issue