Skip to content

Fix pooledUpdate creating multiple connections, speeding up tweens#9

Merged
OutOfBears merged 1 commit into
OutOfBears:mainfrom
KreeganTrimtroddler:main
Oct 28, 2025
Merged

Fix pooledUpdate creating multiple connections, speeding up tweens#9
OutOfBears merged 1 commit into
OutOfBears:mainfrom
KreeganTrimtroddler:main

Conversation

@KreeganTrimtroddler

Copy link
Copy Markdown
Contributor

It was possible for pooledUpdate to create duplicate RenderStepped connections when the the last callback was removed and a new one added in the same frame. In this situation, tweens could run too quickly due to nextCallback(dt) being called in the duplicate connections.

It was possible for pooledUpdate to create duplicate RenderStepped connections when the the last callback was removed and a new one added in the same frame. In this situation, tweens could run too quickly due to nextCallback(dt) being called in the duplicate connections.
@OutOfBears
OutOfBears merged commit 510e166 into OutOfBears:main Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants