GoaLitiuM / RmlUi

The RmlUi plugin for Flax Engine
MIT License
12 stars 3 forks source link

Fix assertation #9

Closed Withaust closed 1 year ago

Withaust commented 1 year ago

This fixes the issue with Dictionary::Add assert at:

// Ensure key is unknown
ASSERT(pos.ObjectIndex == -1 && "That key has been already added to the dictionary.");
GoaLitiuM commented 1 year ago

I'll close this as the filename clashing is a limitation in the engine itself

GoaLitiuM commented 1 year ago

...For now at least. When RmlUi assets can be imported as plain text files instead of converting them to binary assets, then this shouldn't be an issue anymore.