Skip to content

Commit

Permalink
BroadPhaseQuery: add a no-arg constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 20, 2024
1 parent b7f8160 commit 599ad01
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ public class BroadPhaseQuery extends NonCopyable {
// *************************************************************************
// constructors

/**
* Instantiate with no native object assigned.
*/
BroadPhaseQuery() {
this.system = null;
}

/**
* Instantiate with the specified native object assigned but not owned.
*
Expand Down

0 comments on commit 599ad01

Please sign in to comment.