summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/src/trv_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/traveler/src/trv_main.c')
-rw-r--r--apps/graphics/traveler/src/trv_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/graphics/traveler/src/trv_main.c b/apps/graphics/traveler/src/trv_main.c
index bafd5cb1c..e3cb0c973 100644
--- a/apps/graphics/traveler/src/trv_main.c
+++ b/apps/graphics/traveler/src/trv_main.c
@@ -257,11 +257,11 @@ int traveler_main(int argc, char *argv[])
/* Paint the back drop */
- trv_rend_backdrop(&g_trv_player, &g_trv_ginfo);
+ trv_rend_backdrop(&g_player, &g_trv_ginfo);
/* Render the 3-D view */
- trv_raycaster(&g_trv_player, &g_trv_ginfo);
+ trv_raycaster(&g_player, &g_trv_ginfo);
/* Display the world. */