Skip to content

Commit 1222987

Browse files
committed
feat: update comment in image.cpp
1 parent 7a05866 commit 1222987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/image.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define ROTATE_AND_OP \
1818
switch (iquabo) \
1919
{ \
20-
case 3: \
20+
case 1: \
2121
for (int i = 0; i < SRC_DIM; i++) \
2222
{ \
2323
for (int j = 0; j < SRC_DIM; j++) \
@@ -35,7 +35,7 @@
3535
} \
3636
} \
3737
break; \
38-
case 1: \
38+
case 3: \
3939
for (int i = 0; i < SRC_DIM; i++) \
4040
{ \
4141
for (int j = 0; j < SRC_DIM; j++) \

0 commit comments

Comments
 (0)