Fixes for clang-3.7
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
cVector3iArray RelativePositions;
|
||||
bool IsYPTerracingBlocked = cBlockInfo::IsSolid(m_World.GetBlock(a_Position + OffsetYP()));
|
||||
|
||||
for (const auto Adjacent : GetRelativeLaterals())
|
||||
for (const auto & Adjacent : GetRelativeLaterals())
|
||||
{
|
||||
if (
|
||||
!IsYPTerracingBlocked &&
|
||||
|
||||
Reference in New Issue
Block a user