From 0a720a2259aa7b10475854964ebf74900456d229 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Mon, 31 Jul 2023 19:36:10 -0600 Subject: Sergente stuff working --- src/entity.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/entity.h') diff --git a/src/entity.h b/src/entity.h index 33e1925..37b80a5 100644 --- a/src/entity.h +++ b/src/entity.h @@ -174,6 +174,7 @@ typedef struct EntityFlyToPointInfo { uint8_t controlType; float rotationSpeed; // 0.0 to not use. + bool applyRotation; } EntityFlyToPointInfo; void entityFlyToPoint(Entity * entity, Vector3 point, EntityFlyToPointInfo * info); -- cgit v1.2.3