Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

module 'pymunk' has no attribute 'inf' if Stable=True #32

@sangoodman1

Description

@sangoodman1

In new versions of pymunk, they removed '_pymunk.inf'. It can be fixed easily by replacing:

moment = _pymunk.inf

to

moment = float("inf")

In line 779

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No 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