diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-13 12:13:30 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-13 12:13:30 -0600 |
commit | f80670a77eb2680220aad131b62ed2b9cdfdfa2a (patch) | |
tree | 1e0667eb51c6491b8b91a3c158648bd9491c7bf7 /src/bullets.c | |
parent | bbb2c70cd1a0603d57d0fc7615ad8994bfaf39bc (diff) |
Some more aimming shit
Diffstat (limited to 'src/bullets.c')
-rw-r--r-- | src/bullets.c | 1 |
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){ |