mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +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();
|
||||
}
|
||||
}
|
||||
Super::Destroy();
|
||||
}
|
||||
|
||||
// Action functions for the non-Doom bridge --------------------------------
|
||||
|
|
Loading…
Reference in a new issue