diff options
Diffstat (limited to 'src/systems/dialog.cpp')
-rw-r--r-- | src/systems/dialog.cpp | 2 |
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) |