Fix leaking createTextBillboard

This commit is contained in:
Benau 2016-10-26 09:21:17 +08:00
parent cc3ff7cf9f
commit 9bd4c87b9c

View File

@ -105,6 +105,7 @@ namespace Scripting
core::vector3df(1.5f, 1.5f, 1.5f));
World::getWorld()->getTrack()->addNode(tb);
tb->drop();
}
else
{