Skip to content

Commit 66fbbe1

Browse files
authored
Update proguard-dexguard-and-libgdx.md
Add missing Box2d rule for 1.13.2.
1 parent 6f322c8 commit 66fbbe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wiki/third-party/proguard-dexguard-and-libgdx.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The following configuration file will make your libGDX app work with ProGuard/R8
4242
boolean contactFilter(long, long);
4343
void beginContact(long);
4444
void endContact(long);
45+
boolean getUseDefaultContactFilter();
4546
void preSolve(long, long);
4647
void postSolve(long, long);
4748
boolean reportFixture(long);

0 commit comments

Comments
 (0)