Bug? Add impulse at location keeps accumulating strenght

I have a simple cube with physics enabled and an event that adds an impulse on click. The first click the impulse gets added correctly, from there on every time I click the impulse strenght increases as if the value accumulates. I tried stopping and starting physics on the cube but that doesn’t affect the problem. Quite sure I’m missing something obvious that changed [worked fine in older versions] or there is a bug.

1 Like

Show us the bp.

that’s the function called by the onclick event… there really isn’t any more code, this is a fresh project

this is the events.

removed the impulse at location with an angular velocity impulse. Don’t quite get what changed with impulse at location, but solved anyway.