From bd8c36eb68cdc4f0f4224e7b9103774fd5c96156 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Mon, 31 Jul 2023 20:41:41 -0600 Subject: Commented something out --- src/entities/sergente.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/entities/sergente.c b/src/entities/sergente.c index e9b0b71..4830e1c 100644 --- a/src/entities/sergente.c +++ b/src/entities/sergente.c @@ -67,14 +67,14 @@ void drawSergente(Game * game, Entity * entity) { entityDraw(entity); // Test if facing player always. - DrawLine3D( - entity->position, - Vector3Add( - entity->position, - Vector3Scale(Vector3RotateByQuaternion((Vector3){0.0, 0.0, 1.0}, entity->rotation), 500.0) - ), - BLUE - ); + //DrawLine3D( + // entity->position, + // Vector3Add( + // entity->position, + // Vector3Scale(Vector3RotateByQuaternion((Vector3){0.0, 0.0, 1.0}, entity->rotation), 500.0) + // ), + // BLUE + //); // The fucking debug line. //DrawLine3D(entity->position, ((Sergente*)entity->data)->target, BLUE); -- cgit v1.2.3