summaryrefslogtreecommitdiffstats
path: root/include/xas
diff options
context:
space:
mode:
Diffstat (limited to 'include/xas')
-rw-r--r--include/xas/spatial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xas/spatial.h b/include/xas/spatial.h
index 6ad2675..db04ceb 100644
--- a/include/xas/spatial.h
+++ b/include/xas/spatial.h
@@ -14,7 +14,7 @@ typedef struct _xas_spatial_coord {
typedef struct _xas_spatial_cone {
xas_spatial_coord apex,
- base;
+ rotation;
float angle;
} xas_spatial_cone;