Integrating github/staging through commit ab87ed9

This commit is contained in:
alexpete
2021-04-09 11:27:37 -07:00
parent ae62a97894
commit 1044dc3da1
1582 changed files with 29374 additions and 519051 deletions
+1 -1
View File
@@ -543,7 +543,7 @@ namespace SVOGI
AZStd::shared_ptr<MeshData> data = AZStd::make_shared<MeshData>(entityId, transform, worldAabb, meshAsset, material);
bool inserted = m_globalInsertions.insert({ entityId, data }).second;
[[maybe_unused]] bool inserted = m_globalInsertions.insert({ entityId, data }).second;
AZ_Assert(inserted, "Tried to double insert mesh.");
// NOTE: At this point the mesh will be added to:
@@ -174,7 +174,6 @@ namespace SVOGI
AZ::u32 dwW = m_width / nHS;
AZ::u32 dwH = m_height / nHS;
AZ::u32 dwD = m_depth / nHS;
for (AZ::u32 dwZ = rectUM.m_minZ; dwZ < rectUM.m_maxZ; ++dwZ)
{