aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--worksheets/a4_dance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/worksheets/a4_dance.md b/worksheets/a4_dance.md
index 8d60eb1..fe174fe 100644
--- a/worksheets/a4_dance.md
+++ b/worksheets/a4_dance.md
@@ -46,7 +46,7 @@ Matrix4 combo1 = trans * scale * rot;
Let's try another. Draw a picture to show what the original house would look like if transformed by the following matrix.
```
-Matrix4 combo2 = trans * scale * rot;
+Matrix4 combo2 = rot * scale * trans;
```
![House transformed by combo2](file path to your image)