summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 9929887d2..2278c50fe 100644
--- a/src/util.c
+++ b/src/util.c
@@ -43,7 +43,7 @@ void DoBgAffineSet(struct BgAffineDstData *dest, u32 texX, u32 texY, s16 scrX, s
BgAffineSet(&src, dest, 1);
}
-#ifndef NONMATCHING
+#ifdef NONMATCHING
// Functionally equivalent.
// Only the two yflip loops don't match.