Skip to content

Commit

Permalink
Fix the namespace operation used while namespacing MutatingFunctional…
Browse files Browse the repository at this point in the history
…Affects
  • Loading branch information
BenChung committed Sep 10, 2024
1 parent d0d24b5 commit 9d176cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/callbacks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ end

function namespace_affect(affect::MutatingFunctionalAffect, s)
MutatingFunctionalAffect(func(affect),
renamespace.((s,), observed(affect)),
namespace_expr.(observed(affect), (s,)),
observed_syms(affect),
renamespace.((s,), modified(affect)),
modified_syms(affect),
Expand Down

0 comments on commit 9d176cf

Please sign in to comment.