group selection final

This commit is contained in:
T1ti
2024-01-28 01:30:56 +01:00
parent 84f7ba59d5
commit 4cbb3b13dc
16 changed files with 432 additions and 129 deletions

View File

@@ -695,6 +695,10 @@ uint32_t MapIndex::newGUID()
uid_fix_status MapIndex::fixUIDs (World* world, bool cancel_on_model_loading_error)
{
// clear all selection groups since UIDs will change.
// TODO : update them instead.
_world->clear_selection_groups();
// pre-cond: mTiles[z][x].flags are set
// unload any previously loaded tile, although there shouldn't be as