summaryrefslogtreecommitdiff
path: root/source/toolbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/toolbox.c')
-rw-r--r--source/toolbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/toolbox.c b/source/toolbox.c
index 32042a0..ff09fab 100644
--- a/source/toolbox.c
+++ b/source/toolbox.c
@@ -78,5 +78,5 @@ void obj_affine_copy (OBJ_AFFINE *dst, const OBJ_AFFINE *src, u32 count) {
void obj_affine_identity(OBJ_AFFINE *aff) {
// Make a pointer point to a identity affine matrix
aff->pa = 1 << 8; aff->pb = 0;
- aff->pc = 0 ; aff->pd = 1 << 8;
+ aff->pc = 0 ; aff->pd = 1 << 8;
}