diff --git a/src/CrawlTestLvl/private/groupobjbox.cpp b/src/CrawlTestLvl/private/groupobjbox.cpp
index ced3e9f..3b023c9 100644
--- a/src/CrawlTestLvl/private/groupobjbox.cpp
+++ b/src/CrawlTestLvl/private/groupobjbox.cpp
@@ -41,6 +41,7 @@ GroupObjBox::GroupObjBox(): CRAWL::IWorldItem("GroupObjBox") {
 void GroupObjBox::render(unsigned int tbfMsec)
 {
     Layout::render(tbfMsec);
+    IWorldItem::render(tbfMsec);
 }
 
 void GroupObjBox::init()