Ruby support #1
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ macro_rules! scripting_tests {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
let entity = run_script::<$runtime, _, _>(
|
run_script::<$runtime, _, _>(
|
||||||
&mut app,
|
&mut app,
|
||||||
format!("tests/{}/pass_vec3_from_script.{}", $script, $extension).to_string(),
|
format!("tests/{}/pass_vec3_from_script.{}", $script, $extension).to_string(),
|
||||||
call_script_on_update_from_rust::<$runtime>,
|
call_script_on_update_from_rust::<$runtime>,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue