Comment capitalisation
This commit is contained in:
parent
a24dd3a2ab
commit
3f33b0736e
@ -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) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user