Update src/CrawlTestLvl/private/groupobjbox.cpp

Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
Igor loschinin 2021-09-18 13:47:31 +03:00 committed by GitHub
parent 4b9c3dd71b
commit 35b3b448c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ GroupObjBox::GroupObjBox(): CRAWL::IWorldItem("GroupObjBox") {
void GroupObjBox::render(unsigned int tbfMsec)
{
Layout::render(tbfMsec);
IWorldItem::render(tbfMsec);
}
void GroupObjBox::init()