summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockSponge.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2020-04-12 09:24:30 +0200
committerGitHub <noreply@github.com>2020-04-12 09:24:30 +0200
commitef2d5027d33ab3ec64c4e93d62749032d187d5c2 (patch)
treeacb7d10c6e71cbf4ec61568dd3b5a7780d54b65c /src/Blocks/BlockSponge.h
parentFix rotation metas on blocks (diff)
downloadcuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar
cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar.gz
cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar.bz2
cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar.lz
cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar.xz
cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar.zst
cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.zip
Diffstat (limited to 'src/Blocks/BlockSponge.h')
-rw-r--r--src/Blocks/BlockSponge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockSponge.h b/src/Blocks/BlockSponge.h
index 7df5d69ff..41102f148 100644
--- a/src/Blocks/BlockSponge.h
+++ b/src/Blocks/BlockSponge.h
@@ -113,7 +113,7 @@ public:
if (seed.m_Depth > 0)
{
// If this block was water, and we haven't yet gone too far away,
- // add itÅ› neighbors to the queue to check.
+ // add its neighbors to the queue to check.
for (unsigned int i = 0; i < 6; i++)
{
Seeds.emplace(checkRel + WaterCheck[i], seed.m_Depth - 1);