aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Body.cpp')
-rw-r--r--src/Body.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Body.cpp b/src/Body.cpp
index 27e09f9..ac809eb 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -72,7 +72,7 @@ namespace QuickMedia {
void Body::clear_items() {
items.clear();
selected_item = 0;
- //item_thumbnail_textures.clear();
+ item_thumbnail_textures.clear();
}
BodyItem* Body::get_selected() const {