summaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
Diffstat (limited to 'src/base')
-rw-r--r--src/base/fttrigon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/fttrigon.c b/src/base/fttrigon.c
index cd198030f..4176d0cc8 100644
--- a/src/base/fttrigon.c
+++ b/src/base/fttrigon.c
@@ -292,7 +292,7 @@
v.y = 0;
ft_trig_pseudo_rotate( &v, angle );
- return v.x >> 12;
+ return v.x/(1 << 12);
}