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 157ed03..8eeee49 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -695,7 +695,7 @@ namespace QuickMedia {
item_thumbnail->referenced = true;
}
- if(body_item_render_callback)
+ if(body_item_render_callback && include_embedded_item)
body_item_render_callback(item);
sf::Vector2f item_pos;