Fix switch from "skybox" to other sky types as triggered by player:set_sky()
parent
f70e0556fc
commit
1cea2f1b49
|
@ -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…
Reference in New Issue