Fixed: Compilation

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent fb1d5134ba
commit e96730829c

@ -524,7 +524,7 @@ void CEntityManager::reinit()
CShapeInstanceReference CEntityManager::createInstance(const string& shape, const CVector &pos, const string& text, const string& url, bool bbox_active)
{
CShapeInstanceReference nullinstref(UInstance(), string(), string());
CShapeInstanceReference nullinstref(UInstance(), string(""), string(""));
if (!Scene) return nullinstref;
UInstance instance = Scene->createInstance(shape);

Loading…
Cancel
Save