Skip to content

bug in Detour.getTileByRef  #10

Description

@nikita-one

Hi. There is a bug in Detour.getTileByRef. The first check against 0 should be flipped:

       public dtMeshTile getTileByRef(dtTileRef tileRef)
        {
            if (tileRef == 0) <--- here 
                return null;

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