We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e6c3a commit d933d3eCopy full SHA for d933d3e
crates/bevy_mod_scripting_core/src/lib.rs
@@ -209,7 +209,7 @@ impl<P: IntoScriptPluginParams + AsMut<ScriptingPlugin<P>>> ConfigureScriptPlugi
209
self
210
}
211
212
- fn enable_context_sharing(mut self) -> Self{
+ fn enable_context_sharing(mut self) -> Self {
213
self.as_mut().context_assigner = ContextAssigner::new_global_context_assigner();
214
215
0 commit comments