1
0

Comment capitalisation

This commit is contained in:
Tiger Wang 2020-07-05 21:07:39 +01:00
parent a24dd3a2ab
commit 3f33b0736e

View File

@ -111,8 +111,8 @@ private:
return Survivability::CanSpread; return Survivability::CanSpread;
} }
// Grass turns back to dirt when the block Above it is not transparent or water. // Grass turns back to dirt when the block above it is not transparent or water.
// It does not turn to dirt when a snow layer is Above. // It does not turn to dirt when a snow layer is above.
const auto Above = a_Chunk.GetBlock(AbovePos); const auto Above = a_Chunk.GetBlock(AbovePos);
if ( if (
(Above != E_BLOCK_SNOW) && (Above != E_BLOCK_SNOW) &&