summaryrefslogtreecommitdiffstats
path: root/source/cFluidSimulator.cpp
diff options
context:
space:
mode:
authorlapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-12-28 17:01:15 +0100
committerlapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-12-28 17:01:15 +0100
commit1454d237d1c350eb4ccbf786be802893791c2f9e (patch)
tree7d0fd2c224c0bedf2a5d8a5e69c971a60b76c75f /source/cFluidSimulator.cpp
parent - Fixed ping displaying same for everyone, knew it was something I messed up with itr :( (diff)
downloadcuberite-1454d237d1c350eb4ccbf786be802893791c2f9e.tar
cuberite-1454d237d1c350eb4ccbf786be802893791c2f9e.tar.gz
cuberite-1454d237d1c350eb4ccbf786be802893791c2f9e.tar.bz2
cuberite-1454d237d1c350eb4ccbf786be802893791c2f9e.tar.lz
cuberite-1454d237d1c350eb4ccbf786be802893791c2f9e.tar.xz
cuberite-1454d237d1c350eb4ccbf786be802893791c2f9e.tar.zst
cuberite-1454d237d1c350eb4ccbf786be802893791c2f9e.zip
Diffstat (limited to 'source/cFluidSimulator.cpp')
-rw-r--r--source/cFluidSimulator.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/cFluidSimulator.cpp b/source/cFluidSimulator.cpp
index 9c2b02e76..47cf0be19 100644
--- a/source/cFluidSimulator.cpp
+++ b/source/cFluidSimulator.cpp
@@ -15,6 +15,12 @@ public:
, m_World( a_World )
{}
+ ~FluidData()
+ {
+ delete m_Buffer;
+ delete m_ActiveFluid;
+ }
+
std::vector< Vector3i > GetLowestPoints( int a_X, int a_Y, int a_Z )
{
std::vector< Vector3i > Points;