Skip to content

Commit 9a40b0d

Browse files
Iniquitatismarrub--
authored andcommitted
Fixed Color layout
1 parent 7cbfc5a commit 9a40b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/base/Color.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ range 0 to 255, inclusive.
66
```
77
struct Color
88
{
9-
uint8 r, g, b, a;
9+
uint8 a, r, g, b;
1010
}
1111
```
1212

0 commit comments

Comments
 (0)