SceneGate / Yarhl

Framework for the implementation of format converters like game assets or media files
https://scenegate.github.io/Yarhl/
MIT License
59 stars 10 forks source link

Fix #132 #133

Closed Kaplas80 closed 4 years ago

Kaplas80 commented 4 years ago

Description

Just checking the node path in NavigableNode.Add method may lead to false positives and throw an exception when the nodes have the same name.

Linked issue:

132