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

Don't go to beginning of curve when 100% #4

Closed
NotLe0n opened this issue Jul 3, 2022 · 0 comments
Closed

Don't go to beginning of curve when 100% #4

NotLe0n opened this issue Jul 3, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@NotLe0n
Copy link
Owner

NotLe0n commented Jul 3, 2022

One cause is CameraSystem.GetPositionAtPercentage() Line 171:

float t = (percentage * curveCount) % 1;

Reason:

1 % 1 == 0
@NotLe0n NotLe0n added the bug Something isn't working label Jul 3, 2022
@NotLe0n NotLe0n added this to the Alpha release milestone Jul 3, 2022
@NotLe0n NotLe0n self-assigned this Jul 3, 2022
@NotLe0n NotLe0n closed this as completed in 67a340b Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant