Skip to content

Commit a0addb2

Browse files
committed
Merge branch 'feat/script-systems' of github.com:makspll/bevy_mod_scripting into feat/script-systems
2 parents 59d65f8 + f3c2641 commit a0addb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/bevy_mod_scripting_core/src/bindings/script_system.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ impl ScriptSystemBuilder {
184184
.systems()?
185185
.find(|(_, b)| b.name().deref() == system_name)
186186
.ok_or_else(|| InteropError::invariant("After adding the system, it was not found in the schedule, could not return a reference to it"))?;
187-
188187
Ok(ReflectSystem::from_system(system.as_ref(), node_id))
189188
})?
190189
}

0 commit comments

Comments
 (0)