diff options
author | Mattes D <github@xoft.cz> | 2014-12-25 00:44:09 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-12-25 00:44:09 +0100 |
commit | 3da6e4374e72e86930a24441c2b26f8eb582c723 (patch) | |
tree | 6b83f45407713ea40ad23ea46562fefdbd4079a4 /src/Simulator/FloodyFluidSimulator.cpp | |
parent | APIDump: Added details about client handle in OnServerPing hook. (diff) | |
download | cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar.gz cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar.bz2 cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar.lz cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar.xz cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar.zst cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.zip |
Diffstat (limited to 'src/Simulator/FloodyFluidSimulator.cpp')
-rw-r--r-- | src/Simulator/FloodyFluidSimulator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Simulator/FloodyFluidSimulator.cpp b/src/Simulator/FloodyFluidSimulator.cpp index 37d58307b..bcd083294 100644 --- a/src/Simulator/FloodyFluidSimulator.cpp +++ b/src/Simulator/FloodyFluidSimulator.cpp @@ -105,7 +105,7 @@ void cFloodyFluidSimulator::SimulateBlock(cChunk * a_Chunk, int a_RelX, int a_Re } // Spread to the neighbors: if (SpreadFurther && (NewMeta < 8)) - { + { SpreadXZ(a_Chunk, a_RelX, a_RelY, a_RelZ, NewMeta); } // If source creation is on, check for it here: |