diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-08 12:02:56 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-08 12:02:56 -0400 |
| commit | 9693ff2d4be85d356e07e3192baaa2262a7140ff (patch) | |
| tree | 6595e2350a8321a286e4dc0f13c393d4cf9999fe /src/physics.cpp | |
| parent | 32968050f0b34fdabfcc2a4fb5601d4be361bbd2 (diff) | |
pk.h: update to 0.5.0 + some breaking changes
Diffstat (limited to 'src/physics.cpp')
| -rw-r--r-- | src/physics.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/physics.cpp b/src/physics.cpp index 30620fa..49f9cbf 100644 --- a/src/physics.cpp +++ b/src/physics.cpp @@ -133,5 +133,6 @@ int32_t Physics_Tick(double delta) { } void Physics_Teardown() { + pk_arr_reset(&collisionsThisTick); pk_bucket_destroy(MemBkt_Bullet); } |
