Skip to content

Commit 0e8175d

Browse files
Fix copy/paste bug in spatial anchor export extension macro definition. (#87)
1 parent 92d1219 commit 0e8175d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/XrUtility/XrExtensions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
_(xrGetSpatialAnchorExportSufficiencyMSFT) \
104104
_(xrDestroySpatialAnchorNeighborhoodDataStreamMSFT)
105105
#else
106-
#define FOR_EACH_PERCEPTION_ANCHOR_INTEROP_FUNCTION(_)
106+
#define FOR_EACH_SPATIAL_ANCHOR_EXPORT_FUNCTION(_)
107107
#endif
108108

109109
#if XR_MSFT_spatial_anchor_persistence_preview

0 commit comments

Comments
 (0)