Integrating github/staging through commit ab87ed9
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user