mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Don't drop the texture property just because there's no texture assigned...
This commit is contained in:
parent
96f06076bd
commit
0bbf0b70e9
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue