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

dispatch_async #12

Description

@wazowski78

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions