Skip to content

Commit

Permalink
HelloWorld: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 13, 2024
1 parent c579af0 commit c912995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/testjoltjni/app/helloworld/HelloWorld.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ static class BPLayerInterfaceImpl extends MapObj2Bp
add(Layers.NON_MOVING, BroadPhaseLayers.NON_MOVING);
add(Layers.MOVING, BroadPhaseLayers.MOVING);
}

};

/// Class that determines if an object layer can collide with a broadphase layer
Expand Down Expand Up @@ -127,7 +128,7 @@ public void onContactRemoved(long pairVa)
};

// An example activation listener
static class MyBodyActivationListener extends CustomBodyActivationListener
static class MyBodyActivationListener extends CustomBodyActivationListener
{
public
void onBodyActivated(long idVa, long inBodyUserData)
Expand Down

0 comments on commit c912995

Please sign in to comment.