aboutsummaryrefslogtreecommitdiffstats
path: root/src/systems/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/systems/dialog.cpp')
-rw-r--r--src/systems/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systems/dialog.cpp b/src/systems/dialog.cpp
index dd07ab8..ee7c834 100644
--- a/src/systems/dialog.cpp
+++ b/src/systems/dialog.cpp
@@ -144,7 +144,7 @@ bool DialogSystem::receive(const MouseClickEvent &mce)
}
}
});
- return true;
+ return false;
}
void DialogSystem::update(entityx::EntityManager &en, entityx::EventManager &ev, entityx::TimeDelta dt)