Skip to content

bug in Detour.getTileByRef  #10

@nikita-one

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;

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