aboutsummaryrefslogtreecommitdiff
path: root/game/player/PlayerBulletSubScene.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 16:20:10 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 16:20:10 +0100
commitbb976ed881a989b8b2cec90c905d906d9b652a9d (patch)
treee0125ba5141542b2000125bda76495f0098a1e41 /game/player/PlayerBulletSubScene.cpp
parent8edce6775ab0639a2a6eee3e561d3de0bb0c2cf1 (diff)
`make format`
Diffstat (limited to 'game/player/PlayerBulletSubScene.cpp')
-rw-r--r--game/player/PlayerBulletSubScene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/player/PlayerBulletSubScene.cpp b/game/player/PlayerBulletSubScene.cpp
index 2d237de..795747b 100644
--- a/game/player/PlayerBulletSubScene.cpp
+++ b/game/player/PlayerBulletSubScene.cpp
@@ -27,7 +27,7 @@ int PlayerBulletSubScene::create(Scene & scn, int counter) {
.linear_velocity = vec2 {400, 0},
.angular_velocity = 10,
.kinematic_collision = false,
- .collision_layers = {COLL_LAY_ENEMY,COLL_LAY_ZAPPER},
+ .collision_layers = {COLL_LAY_ENEMY, COLL_LAY_ZAPPER},
.collision_layer = COLL_LAY_PLAYER_BULLET,