You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am under the impression that godot-rust/gdext#501 broke the Hello World example.
I am getting the following compilation error:
error[E0599]: no method named `rotate` found for struct `godot::prelude::Base` in the current scope
--> src/godot/mod.rs:30:19
|
30 | self.sprite.rotate((self.angular_speed * delta) as f32);
| ^^^^^^ method not found in `Base<Sprite2D>`
I'll submit a PR to the doc if I get through a solution.
The text was updated successfully, but these errors were encountered:
daniellavoie
changed the title
Res
Reentrant &mut self calls breaks hello world example
Jan 8, 2024
I am under the impression that godot-rust/gdext#501 broke the Hello World example.
I am getting the following compilation error:
I'll submit a PR to the doc if I get through a solution.
The text was updated successfully, but these errors were encountered: