diff options
| author | iamcheeseman <[hidden email]> | 2026-02-14 18:02:47 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-02-14 18:02:47 -0500 |
| commit | 93c27830060788dea1c364465d29e44d05a3064e (patch) | |
| tree | 4a8e1f6628026a4fb82c8a1c6084f2e35750cc28 /src/phys/body.odin | |
| parent | 1ff729f696c895f81f0cf0d1b8a2cca1d6e43eb8 (diff) | |
Only process keys that are bound to an action
Diffstat (limited to 'src/phys/body.odin')
| -rw-r--r-- | src/phys/body.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/phys/body.odin b/src/phys/body.odin index 4793e42..ed8f6b5 100644 --- a/src/phys/body.odin +++ b/src/phys/body.odin @@ -49,6 +49,7 @@ Body :: struct { mask: Layer_Set, } +@(require_results) make_body :: proc( rect: Rect, layers := Layer_Set{.Hard}, |
