Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio committed Jan 2, 2025
1 parent 6237327 commit 660b0fa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/java/com/badlogic/gdx/box2d/Box2d.java
Original file line number Diff line number Diff line change
Expand Up @@ -198,17 +198,6 @@ public static b2Timer b2CreateTimer() {
return 0;
*/

public static long b2GetTicks(b2Timer.b2TimerPointer timer) {
return b2GetTicks_internal(timer.getPointer());
}

static private native long b2GetTicks_internal(long timer);/*
HANDLE_JAVA_EXCEPTION_START()
return (jlong)b2GetTicks((b2Timer *)timer);
HANDLE_JAVA_EXCEPTION_END()
return 0;
*/

public static float b2GetMilliseconds(b2Timer.b2TimerPointer timer) {
return b2GetMilliseconds_internal(timer.getPointer());
}
Expand Down

0 comments on commit 660b0fa

Please sign in to comment.