aboutsummaryrefslogtreecommitdiff
path: root/src/bullets.c
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-10-13 12:13:30 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-10-13 12:13:30 -0600
commitf80670a77eb2680220aad131b62ed2b9cdfdfa2a (patch)
tree1e0667eb51c6491b8b91a3c158648bd9491c7bf7 /src/bullets.c
parentbbb2c70cd1a0603d57d0fc7615ad8994bfaf39bc (diff)
Some more aimming shit
Diffstat (limited to 'src/bullets.c')
-rw-r--r--src/bullets.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bullets.c b/src/bullets.c
index bd7fc81..d4a8c0a 100644
--- a/src/bullets.c
+++ b/src/bullets.c
@@ -13,7 +13,6 @@ Bullet createBulletFromEntity(Entity entity, float damage) {
};
}
-
Bullet createBulletFromDirection(Entity entity, Vector3 direction, float damage) {
return (Bullet){
.ray = (Ray){