summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/include/trv_world.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/traveler/include/trv_world.h')
-rw-r--r--apps/graphics/traveler/include/trv_world.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/graphics/traveler/include/trv_world.h b/apps/graphics/traveler/include/trv_world.h
index b590e2f87..939ec1820 100644
--- a/apps/graphics/traveler/include/trv_world.h
+++ b/apps/graphics/traveler/include/trv_world.h
@@ -52,11 +52,11 @@
struct trv_camera_s
{
- nxgl_coord_t x; /* Camera X position */
- nxgl_coord_t y; /* Camera Y position */
- nxgl_coord_t z; /* Camera Z position */
- int16_t yaw; /* Camera yaw orientation */
- int16_t pitch; /* Camera pitch orientation */
+ trv_coord_t x; /* Camera X position */
+ trv_coord_t y; /* Camera Y position */
+ trv_coord_t z; /* Camera Z position */
+ int16_t yaw; /* Camera yaw orientation */
+ int16_t pitch; /* Camera pitch orientation */
};
/****************************************************************************