mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix Physics3D from also creating a solid when the character behavior is re-activated (#7723)
This commit is contained in:
@@ -635,11 +635,6 @@ namespace gdjs {
|
||||
|
||||
override onActivate() {
|
||||
this._sharedData.addToBehaviorsList(this);
|
||||
|
||||
this._contactsEndedThisFrame.length = 0;
|
||||
this._contactsStartedThisFrame.length = 0;
|
||||
this._currentContacts.length = 0;
|
||||
this.updateBodyFromObject();
|
||||
}
|
||||
|
||||
override onDestroy() {
|
||||
|
Reference in New Issue
Block a user