Skip to content

Commit

Permalink
fix crash when reimport instantiated asset on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
i-saint committed Jan 31, 2018
1 parent 0ad15b2 commit eadbfad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plugin/abci/Importer/aiContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ void aiContextManager::destroyContextsWithPath(const char* assetPath)
if (it->second->getPath() == path) {
DebugLog("Unregister context for gameObject with ID %s", it->second->getPath().c_str());
s_instance.m_contexts.erase(it);
break;
}
}
}
Expand Down

0 comments on commit eadbfad

Please sign in to comment.