Skip to content

Commit 0167a72

Browse files
committed
Code style & comments
1 parent a41d231 commit 0167a72

File tree

2 files changed

+75
-106
lines changed

2 files changed

+75
-106
lines changed

Image.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define SIZECHECK(x, y) do {} while(0)
2121
#endif
2222

23-
// BGRA but with inverted alpha
23+
// ARGB but with inverted alpha
2424

2525
static inline int color2int(Color c)
2626
{

0 commit comments

Comments
 (0)