From f8e133343b9c07dbb66ea313fd982339fbd72137 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sat, 28 Oct 2023 16:56:31 -0600 Subject: Deleted some stuff --- src/entities/antifaShip.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/entities') 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); -- cgit v1.2.3