Cleaned up vegetation_precompiled.h (#1418)

* Removed vegetation_precompiled.h
* Removed CryCommon dependency
This commit is contained in:
Mike Balfour
2021-06-18 09:28:31 -05:00
committed by GitHub
parent b17c5ca3e6
commit 13bf685661
74 changed files with 17 additions and 96 deletions
@@ -167,7 +167,7 @@ namespace Vegetation
using AreaData = AZStd::vector<AreaTracker>;
AZStd::size_t MakeAreaSectorKey(AZ::EntityId areaId, SectorId sectorId);
AZStd::unordered_map<uint64, AreaTracker> m_currentAreasTiming;
AZStd::unordered_map<uint64_t, AreaTracker> m_currentAreasTiming;
AreaData m_areaData;
AZStd::vector<SectorTiming> m_currentSortedTimingList;