Skip to content

Commit

Permalink
Update packages/dev/core/src/Collisions/gpuPicker.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sebavan authored Jul 1, 2024
1 parent f4f8fa5 commit 034489e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dev/core/src/Collisions/gpuPicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export class GPUPicker {
* Set the list of meshes to pick from
* Set that value to null to clear the list (and avoid leaks)
* The module will read and delete from the array provided by reference. Disposing the module or setting the value to null will clear the array.
* @param list defines the list of meshes to pick from
*/
public setPickingList(list: Nullable<Array<AbstractMesh>>) {
Expand Down

0 comments on commit 034489e

Please sign in to comment.