Lorenzo B Gomez

Results 1 issues of Lorenzo B Gomez

Hi there, I defined the following function in my gdextension: ``` #[func] fn add_two(&mut self, a: f32) -> f32{ println!("a:{}",a); return a + 2.0; } ``` The following call has...

bug
c: register