1
0
Fork 0

Comment capitalisation

This commit is contained in:
Tiger Wang 2020-07-05 21:07:39 +01:00
parent a24dd3a2ab
commit 3f33b0736e
1 changed files with 2 additions and 2 deletions

View File

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