Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in the C# code on the new documentation of 4.0 Godot #9287

Open
Ztry8 opened this issue Apr 27, 2024 · 3 comments · May be fixed by #8143
Open

Error in the C# code on the new documentation of 4.0 Godot #9287

Ztry8 opened this issue Apr 27, 2024 · 3 comments · May be fixed by #8143
Labels
area:manual Issues and PRs related to the Manual/Tutorials section of the documentation bug topic:dotnet

Comments

@Ztry8
Copy link

Ztry8 commented Apr 27, 2024

Godot 4.0 Documentation

On the page 2D sprite animation, Controlling the animation, error in the C# code, the returned function value was omitted and the argument type is mixed up with another one:
public override _Process(float _delta); omitted void and was written float instead of double, although we need double:
public override void _Process(double _delta)

Sorry for my english <3

@raulsntos raulsntos added bug good first issue topic:dotnet area:manual Issues and PRs related to the Manual/Tutorials section of the documentation and removed enhancement labels Apr 27, 2024
@raulsntos
Copy link
Member

Thanks for the report. Feel free to make a pull requests to update it 🙂.

@Ztry8
Copy link
Author

Ztry8 commented Apr 27, 2024

Thank you!

@raulsntos raulsntos linked a pull request May 7, 2024 that will close this issue
@Ztry8 Ztry8 closed this as completed May 11, 2024
@AThousandShips
Copy link
Member

This hasn't been resolved yet as the PR hasn't merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:manual Issues and PRs related to the Manual/Tutorials section of the documentation bug topic:dotnet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants