- beginning levelmeshupdater work

This commit is contained in:
Rachael Alexanderson 2024-08-08 00:17:29 -04:00 committed by Magnus Norddahl
commit 1d86d7080d
3 changed files with 22 additions and 0 deletions

View file

@ -7058,6 +7058,7 @@ bool P_ChangeSector(sector_t *sector, int crunch, double amt, int floorOrCeil, b
}
LevelMeshUpdater->SectorChanged((void*)sector); // update levelmesh
return cpos.nofit;
}