Skip to content

typo in PolygonPool::trimTriangles() method #2147

@fdarling

Description

@fdarling

There is a small typo in the PolygonPool::trimTriangles() method name:

inline bool trimTrinagles(const size_t n, bool reallocate = false);

The following line has the 'a' and the 'n' transposed:

inline bool trimTrinagles(const size_t n, bool reallocate = false);

The corrected version:

inline bool trimTriangles(const size_t n, bool reallocate = false);

This has been the case since at least v10 (packaged in Debian 13), since that is where I noticed it. Not a big deal, but I thought I'd let you guys know!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions