aboutsummaryrefslogtreecommitdiff
path: root/src/bullets.c
diff options
context:
space:
mode:
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){