From ee3af6b1f0e2ce6b8f27f7f4e33703cca6aaa876 Mon Sep 17 00:00:00 2001 From: Simponic Date: Sat, 15 Aug 2020 15:59:31 -0600 Subject: Optimized level-loading a bit --- source/toolbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/toolbox.c') 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; } -- cgit v1.2.3-70-g09d2