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

Change requestDelayedModelBuild to extend delay on multiple calls #332

Merged
merged 2 commits into from Oct 24, 2017

Conversation

elihart
Copy link
Contributor

@elihart elihart commented Oct 23, 2017

This slightly changes the behavior of requestDelayedModelBuild and the interaction with requestModelBuild.

Now, any call to requestModelBuild will trump a past or future call to requestDelayedModelBuild, so that the build still happens on the next frame instead of any delay that was set.

also, if requestDelayedModelBuild is called multiple times it will now extend any previous delay. this is important for the main use case of user input

@elihart elihart merged commit 2f7bda5 into master Oct 24, 2017
@elihart elihart deleted the eli-paged_fix branch October 24, 2017 17:59
@elihart elihart mentioned this pull request Oct 24, 2017
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.

None yet

1 participant