Skip to content

extra physicsTick() callbacks with ThreadingType.PARALLEL #883

@stephengold

Description

@stephengold

With ThreadingType.PARALLEL, a BulletAppState will receive more physicsTick() callbacks than it should.

This happens because addTickListener() gets invoked multiple times: once in startPhysics() and again each time a task generated by startPhysicsOnExecutor() executes.

Metadata

Metadata

Assignees

Labels

PhysicsIssues with all kinds of Physics and their BindingsdefectSomething that is supposed to work, but doesn't. Less severe than a "bug"

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions