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

Fix #6228. Removed delta smoothing on Android backend #6233

Merged
merged 2 commits into from Oct 24, 2020

Conversation

obigu
Copy link
Contributor

@obigu obigu commented Oct 16, 2020

Fixes #6228.

  • getRawDelta() has been deprecated as, at least for now, it's a duplicate of getDelta().
  • the line mean.clear() on setContinuousRendering() can be safely removed because it was added to fix an issue caused by the smoothing (https://code.google.com/archive/p/libgdx/issues/962).

@obigu obigu added android breaking change Label for breaking changes labels Oct 16, 2020
Copy link
Member

@crykn crykn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@MrStahlfelge MrStahlfelge merged commit 91ada33 into libgdx:master Oct 24, 2020
@obigu obigu deleted the androiddelta branch April 20, 2022 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android breaking change Label for breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Smoothed Delta times on Android and overall improvements
3 participants