Skip to content

Commit 584ab20

Browse files
committed
Merge didn't clear events for multiple ticks during the same turn.
1 parent dbd84fe commit 584ab20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/react/graph/EventStreamNodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class EventMergeNode : public EventStreamNode<D, E>
190190

191191
//printf("EventMergeNode: Tick %08X by thread %08X\n", this, std::this_thread::get_id().hash());
192192

193-
SetCurrentTurn(turn);
193+
SetCurrentTurn(turn, true);
194194

195195
D::Log().template Append<NodeEvaluateBeginEvent>(GetObjectId(*this), turn.Id(), std::this_thread::get_id().hash());
196196
func_(std::cref(turn));

0 commit comments

Comments
 (0)