Skip to content

Commit 7790e00

Browse files
committed
dont make script systems exclusive by default
1 parent ec7fe5b commit 7790e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_mod_scripting_core/src/bindings/script_system.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl ScriptSystemBuilder {
9696
name,
9797
script_id,
9898
system_params: vec![],
99-
is_exclusive: true,
99+
is_exclusive: false,
100100
}
101101
}
102102

0 commit comments

Comments
 (0)