diff options
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |