mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix switch from "skybox" to other sky types as triggered by player:set_sky()
This commit is contained in:
parent
f70e0556fc
commit
1cea2f1b49
1 changed files with 1 additions and 1 deletions
|
@ -2532,7 +2532,7 @@ void the_game(bool &kill, bool random_input, InputHandler *input,
|
|||
else if (event.type == CE_SET_SKY) {
|
||||
sky->setVisible(false);
|
||||
if(skybox){
|
||||
skybox->drop();
|
||||
skybox->remove();
|
||||
skybox = NULL;
|
||||
}
|
||||
// Handle according to type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue