Skip to content

Commit

Permalink
Export box2d World::IsLocked() (#461)
Browse files Browse the repository at this point in the history
* export World::IsLocked()
  • Loading branch information
minggo authored Oct 11, 2024
1 parent 3e1e7ad commit 1f94cd0
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 68,479 deletions.
1 change: 1 addition & 0 deletions emscripten/box2d/b2.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ declare namespace B2 {
GetAllowSleeping(): boolean;
SetGravity(gravity: Vec2): void;
GetGravity(): Vec2;
IsLocked(): boolean;
Dump(): void;
}

Expand Down
64,159 changes: 0 additions & 64,159 deletions emscripten/box2d/box2d.debug.asm.js

This file was deleted.

Loading

0 comments on commit 1f94cd0

Please sign in to comment.