mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
50c9f04910
* Generate unique names for regions Region names previously were generated using the name + bounds. This was removed in #997 which caused a regression bug. This is now fixed, and region names are generated using the common format of "name_index" * Add tests for issue #1013