aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-10-28 16:56:31 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-10-28 16:56:31 -0600
commitf8e133343b9c07dbb66ea313fd982339fbd72137 (patch)
tree758a5570f0b25d0727ee3ff093e17952a42b74c9 /src
parenta143a9e7b5ce7b47f4d2c56b250e089b88a888b5 (diff)
Deleted some stuff
Diffstat (limited to 'src')
-rw-r--r--src/entities/antifaShip.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/entities/antifaShip.c b/src/entities/antifaShip.c
index 34d394b..60f9957 100644
--- a/src/entities/antifaShip.c
+++ b/src/entities/antifaShip.c
@@ -279,19 +279,6 @@ void drawAntifaShip(Game * game, Entity * entity) {
);
}
- if (IsMouseButtonDown(MOUSE_RIGHT_BUTTON))
- DrawCylinderWiresEx(
- entity->position,
- Vector3Add(
- entity->position,
- Vector3Scale(Vector3RotateByQuaternion((Vector3){0.0, 0.0, 1.0}, entity->rotation), 10.0)
- ),
- entity->radius / 2.0,
- ANTIFA_START_AUTO_TARGET_MAX * 10.0,
- 16,
- BLUE
- );
-
// Draw bullet being shot.
if (GetTime() - data->timeSinceLastBullet <= ANTIFA_DRAW_BULLET_FOR)
DrawRay(data->lastBulletShot.ray, RED);