aboutsummaryrefslogtreecommitdiff
path: root/musw.c
diff options
context:
space:
mode:
Diffstat (limited to 'musw.c')
-rw-r--r--musw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/musw.c b/musw.c
index 6b379a9..84bf4b9 100644
--- a/musw.c
+++ b/musw.c
@@ -124,7 +124,7 @@ drawship(Ship *ship, Image *dst)
0, 0, 1
}, R = {
cos(ship->θ), -sin(ship->θ), 0,
- sin(ship->θ), cos(ship->θ), 0,
+ sin(ship->θ), cos(ship->θ), 0,
0, 0, 1
};