-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bug with actor cloning of null collider (#3345)
Actor.ts: updated .clone() method to test for non-null collider prior to attempting to clone. Added test 'can be cloned with null collider; to ActorSpec.ts This fixes issue reported in discord on 1/23/25: https://discord.com/channels/1195771303215513671/1195779955611672598/1332073907213308055 Issue: ![image](https://github.com/user-attachments/assets/ba3a2698-9a20-4dd0-a4f9-6f927bd01569)
- Loading branch information
1 parent
c96a2e7
commit ae16347
Showing
2 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters