Jump to content

cancel button does not work in Reference Edit Mode


photo

Recommended Posts

cancel button does not work in Reference Edit Mode

 

in code ( editor_reference.h )

 

// reload nodes

foreach(NodeReference reference; references)

{

reference.setNodeName(name);

}

 

i guess that it is blocked by cacheNode.

 

World::clearCacheNode(const char* strNodeFile)

 

right way?

Link to comment
×
×
  • Create New...