mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix memory leaks in GenericCAO, ShaderSource and Player classes
This commit is contained in:
parent
3d6d66b181
commit
b8343cd11c
3 changed files with 8 additions and 3 deletions
|
@ -100,6 +100,7 @@ Player::Player(IGameDef *gamedef):
|
|||
|
||||
Player::~Player()
|
||||
{
|
||||
clearHud();
|
||||
}
|
||||
|
||||
// Horizontal acceleration (X and Z), Y direction is ignored
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue