4
1
mirror of https://github.com/QuasarApp/Snake.git synced 2025-05-02 12:39:43 +00:00

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

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