summaryrefslogtreecommitdiff
path: root/lib/input_handlers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/input_handlers.cpp')
-rw-r--r--lib/input_handlers.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/input_handlers.cpp b/lib/input_handlers.cpp
index 574aee4..30bb613 100644
--- a/lib/input_handlers.cpp
+++ b/lib/input_handlers.cpp
@@ -60,6 +60,11 @@ void BlockActor::handle_input_check(const InputCheckMessage &message, const Ther
{
this->mark_done();
}
+ //or re-enter handle task so forecast logic can mark done
+ else
+ {
+ this->handle_task();
+ }
}
void BlockActor::handle_input_alloc(const InputAllocMessage &message, const Theron::Address)