Skip to content

Commit b27dc46

Browse files
committed
compile rune
1 parent ca05cce commit b27dc46

File tree

1 file changed

+3
-3
lines changed
  • crates/languages/bevy_mod_scripting_rune/src

1 file changed

+3
-3
lines changed

crates/languages/bevy_mod_scripting_rune/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ pub struct RuneScriptContext {
1616

1717
pub type RuneRuntime = Vm;
1818

19-
pub struct RuneScriptingPlugin<A: RuneEventArg> {
20-
pub scripting_plugin: ScriptingPlugin<A, RuneScriptContext, RuneRuntime>,
19+
pub struct RuneScriptingPlugin {
20+
pub scripting_plugin: ScriptingPlugin<RuneScriptContext, RuneRuntime>,
2121
}
2222

23-
impl<A: RuneEventArg> Default for RuneScriptingPlugin<A> {
23+
impl Default for RuneScriptingPlugin {
2424
fn default() -> Self {
2525
Self {
2626
scripting_plugin: ScriptingPlugin {

0 commit comments

Comments
 (0)