Skip to content
Snippets Groups Projects
Commit 9ecba865 authored by Marco Biasini's avatar Marco Biasini
Browse files

redraw scene when deleting an element from scene menu

parent 6670ce5c
Branches
Tags
No related merge requests found
......@@ -124,6 +124,7 @@ void SceneSelection::Delete() {
for(int i=0; i < selected_objects.size(); i++){
gfx::Scene::Instance().Remove(selected_objects[i]);
}
gfx::Scene::Instance().RequestRedraw();
}
#if OST_IMG_ENABLED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment