Skip to content

Commit 95956f3

Browse files
committed
Properly pass skip_checks through
1 parent 3c7afd8 commit 95956f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/systems/callbacks.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ function namespace_affect(affect::MutatingFunctionalAffect, s)
165165
observed_syms(affect),
166166
renamespace.((s,), modified(affect)),
167167
modified_syms(affect),
168-
context(affect))
168+
context(affect),
169+
affect.skip_checks)
169170
end
170171

171172
function has_functional_affect(cb)

0 commit comments

Comments
 (0)