1
0

Fixes for clang-3.7

This commit is contained in:
Lukas Pioch
2015-12-19 22:41:17 +01:00
parent 01bd614b86
commit 50a908fdc9
5 changed files with 7 additions and 7 deletions

View File

@@ -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 &&