summaryrefslogtreecommitdiff
path: root/src/simulation/elements/BREC.cpp
diff options
context:
space:
mode:
authorbuild.powdertoy.co.uk <admin@powdertoy.co.uk>2012-07-19 17:08:34 (GMT)
committer build.powdertoy.co.uk <admin@powdertoy.co.uk>2012-07-19 17:08:34 (GMT)
commitd328b84b1330b0e8f3a7f87ce48b9b20ea4b6d01 (patch)
treedb311c7849270ddd2510cbd65a192b059f8a3c77 /src/simulation/elements/BREC.cpp
parentd71af3706a7a14e8ae65523e1a062417818b8fe2 (diff)
parent4d961117bde4398ae4d72f2db96eef381371e2df (diff)
downloadpowder-d328b84b1330b0e8f3a7f87ce48b9b20ea4b6d01.zip
powder-d328b84b1330b0e8f3a7f87ce48b9b20ea4b6d01.tar.gz
Merge branch 'master' of github.com:FacialTurd/PowderToypp
Diffstat (limited to 'src/simulation/elements/BREC.cpp')
-rw-r--r--src/simulation/elements/BREC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/BREC.cpp b/src/simulation/elements/BREC.cpp
index 807d650..e260a7c 100644
--- a/src/simulation/elements/BREC.cpp
+++ b/src/simulation/elements/BREC.cpp
@@ -43,7 +43,7 @@ Element_BREC::Element_BREC()
HighTemperatureTransition = NT;
Update = &Element_BREC::update;
- Graphics = NULL;
+
}
//#TPT-Directive ElementHeader Element_BREC static int update(UPDATE_FUNC_ARGS)