Fixed: Compilation

This commit is contained in:
kervala 2015-11-14 19:28:01 +01:00
parent 2ad5f18f71
commit 1eaa22d667

View file

@ -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);