summaryrefslogtreecommitdiff
path: root/navit/cursor.c
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-12-25 17:09:33 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-12-25 17:09:33 +0000
commit27d72db4295ee20d3b5168f9a6ed2f29e16ed1e7 (patch)
tree075276922365ee1a8275575532be8419190a7b25 /navit/cursor.c
parent8ce022afd7a769884c50097062d3a31befc9173f (diff)
downloadnavit-27d72db4295ee20d3b5168f9a6ed2f29e16ed1e7.tar.gz
Add:Core:3d Support
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1850 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/cursor.c')
-rw-r--r--navit/cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/cursor.c b/navit/cursor.c
index 970584fc4..a66908835 100644
--- a/navit/cursor.c
+++ b/navit/cursor.c
@@ -69,7 +69,7 @@ cursor_draw_do(struct cursor *this_, int lazy)
return;
if (!this_->gra)
return;
- transform_set_angle(this_->trans, -this_->angle);
+ transform_set_yaw(this_->trans, -this_->angle);
graphics_draw_mode(this_->gra, draw_mode_begin);
p.x=0;
p.y=0;