aboutsummaryrefslogtreecommitdiff
path: root/source/Level.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Level.cpp')
-rw-r--r--source/Level.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/Level.cpp b/source/Level.cpp
index 71a7473..eec7b85 100644
--- a/source/Level.cpp
+++ b/source/Level.cpp
@@ -1,5 +1,10 @@
#include "Level.hpp"
+LevelWrapperObject::LevelWrapperObject(GameWorld* world)
+ : GameObject(KD_LevelWrapper, world) {
+ mStopFreePropagation = true;
+}
+
LevelWrapperObject::~LevelWrapperObject() {
for (auto child : GetChildren()) {
FreeRecursive(child);