forked from Mirrorlandia_minetest/minetest
Fix memory leak by dropping sky
This commit is contained in:
parent
81c863ac4d
commit
782d06be46
@ -3334,6 +3334,8 @@ void the_game(
|
||||
clouds->drop();
|
||||
if (gui_chat_console)
|
||||
gui_chat_console->drop();
|
||||
if (sky)
|
||||
sky->drop();
|
||||
clear_particles();
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user