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

Lesson 11 practices false positive when rotating by 2 PI radians per second #1045

Open
NathanLovato opened this issue Jan 18, 2025 · 0 comments
Labels
bug Something isn't working as intended

Comments

@NathanLovato
Copy link
Contributor

This code passes the practices although rotation is higher than expected.

#2π radians per second
func _process(delta):
	rotate(2 * PI * delta)
@NathanLovato NathanLovato added the bug Something isn't working as intended label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

1 participant