leak fix
This commit is contained in:
@@ -20,6 +20,7 @@ LevelController::~LevelController() {
|
|||||||
scripting::on_world_quit();
|
scripting::on_world_quit();
|
||||||
delete player;
|
delete player;
|
||||||
delete chunks;
|
delete chunks;
|
||||||
|
delete blocks;
|
||||||
}
|
}
|
||||||
|
|
||||||
void LevelController::update(float delta, bool input, bool pause) {
|
void LevelController::update(float delta, bool input, bool pause) {
|
||||||
|
|||||||
Reference in New Issue
Block a user