Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

dispatch_async #12

Open
wazowski78 opened this issue Mar 3, 2016 · 0 comments
Open

dispatch_async #12

wazowski78 opened this issue Mar 3, 2016 · 0 comments

Comments

@wazowski78
Copy link

Hello,
I have added at:

void TBQuadTreeGatherDataInRange(TBQuadTreeNode* node, TBBoundingBox range, TBDataReturnBlock block)
{
if(!node)
return;
...
}

I am reading data from an online source and I had to add this sentence in order to make a lazy load of the data. I think is a insignificant change in code, but it can save a lot of time to other users of your framework.

After that, I have had to add some Notification or delegare method to my read data function in order of notify the map change region and load the new data.

Regards,
M.W.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant