-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pixi tile layer: attempt repeated redraws after 3sec wait
The tile layer gives allows the image loading to take three seconds max. So far it just stopped updating afterwards, even though images are still loaded. A manual update like with the help of panning the view would usually show additionally loaded data. With this commit, image data is attempted to render every 500ms for five seconds after this three second period has ended. If a new redraw happens in-between, the old interval is canceled.
- Loading branch information
Showing
1 changed file
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters