Don't drop the texture property just because there's no texture assigned...

This commit is contained in:
dfighter1985 2014-10-15 12:09:57 +02:00
parent 6ecd9bc5ae
commit c91be5a563

View file

@ -713,9 +713,6 @@ namespace GUIEditor
{
std::string j = element->getProperty( prop.propName );
if( j.empty() )
return;
QtProperty *pp = textureMgr->addProperty( prop.propName.c_str() );
if( pp == NULL )
return;