Commit 7c1ba03
fix(core): guard PhysicsSystem against unregistered Grabbed component.
Summary: T270858631 called out a bug that Physics System checks Grabbed component during its runtime which caused unnecessary bundling with the Grabbing System. This diff fixed the issue by checking if the Grabbed component is registered before checking its value.
Reviewed By: cabanier
Differential Revision: D105058171
fbshipit-source-id: 94a47e01486bda690ae79d730f862ff77927dd361 parent febf5a7 commit 7c1ba03
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments