From 3f33b0736e8ab8650ac82d3a3bf3fa9a8cd1c071 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 5 Jul 2020 21:07:39 +0100 Subject: [PATCH] Comment capitalisation --- src/Blocks/BlockGrass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Blocks/BlockGrass.h b/src/Blocks/BlockGrass.h index 2bae49281..d91a6ef2e 100644 --- a/src/Blocks/BlockGrass.h +++ b/src/Blocks/BlockGrass.h @@ -111,8 +111,8 @@ private: return Survivability::CanSpread; } - // 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. + // 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. const auto Above = a_Chunk.GetBlock(AbovePos); if ( (Above != E_BLOCK_SNOW) &&